lib/config.py
changeset 63 8f246bc7059d
parent 2 4cb6d9f3d3eb
child 64 f1b93ddec9e0
equal deleted inserted replaced
62:56193b37f666 63:8f246bc7059d
     3 host = 'www.tzone.org'
     3 host = 'www.tzone.org'
     4 user = 'php'
     4 user = 'php'
     5 passwd = 'crow'
     5 passwd = 'crow'
     6 database = 'bookmarker3'
     6 database = 'bookmarker3'
     7 port = 10021
     7 port = 10021
       
     8 template_dir = 'templates'