author | Fabien Ninoles <fabien@tzone.org> |
Sun, 28 Dec 2008 15:21:49 -0500 | |
changeset 64 | f1b93ddec9e0 |
parent 63 | 8f246bc7059d |
child 65 | b975a3d7606a |
lib/config.py | file | annotate | diff | comparison | revisions |
--- a/lib/config.py Sun Dec 28 15:19:40 2008 -0500 +++ b/lib/config.py Sun Dec 28 15:21:49 2008 -0500 @@ -1,8 +1,8 @@ #!/usr/bin/python -host = 'www.tzone.org' -user = 'php' -passwd = 'crow' +host = 'www.myhost.com' +user = 'mydbuser' +passwd = 'mypass' database = 'bookmarker3' -port = 10021 +port = 8021 template_dir = 'templates'