lib/config.py
author fabien@tzone.org
Sun, 28 Dec 2008 12:29:23 -0500
changeset 59 2c5e38748004
parent 2 4cb6d9f3d3eb
child 63 8f246bc7059d
permissions -rw-r--r--
Move templates inside their own directory.

#!/usr/bin/python

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