lib/config.py
author fabien
Thu, 30 Oct 2003 03:24:25 -0500
branchxbelweb
changeset 54 f74bad856bce
parent 2 4cb6d9f3d3eb
child 63 8f246bc7059d
permissions -rw-r--r--
[svn r1611] Optimization of db.get_bookmarks_count which was call too often.

#!/usr/bin/python

host = 'www.tzone.org'
user = 'php'
passwd = 'crow'
database = 'bookmarker3'
port = 10021