lib/config.py
author Fabien Ninoles <fabien@tzone.org>
Sun, 28 Dec 2008 15:19:40 -0500
changeset 63 8f246bc7059d
parent 2 4cb6d9f3d3eb
child 64 f1b93ddec9e0
permissions -rw-r--r--
Move template_dir inside config.

#!/usr/bin/python

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