lib/config.py
author fabien@tzone.org
Sun, 28 Dec 2008 12:24:02 -0500
changeset 58 004a32370ba5
parent 2 4cb6d9f3d3eb
child 63 8f246bc7059d
permissions -rw-r--r--
Correct some bugs and make keywords edition with the new action mechanic.

#!/usr/bin/python

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