lib/config.py
author Fabien Ninoles <fabien@tzone.org>
Sun, 28 Dec 2008 15:21:49 -0500
changeset 64 f1b93ddec9e0
parent 63 8f246bc7059d
child 65 b975a3d7606a
permissions -rw-r--r--
More generic configuration.

#!/usr/bin/python

host = 'www.myhost.com'
user = 'mydbuser'
passwd = 'mypass'
database = 'bookmarker3'
port = 8021
template_dir = 'templates'