author | Fabien Ninoles <fabien@tzone.org> |
Sun, 28 Dec 2008 15:21:49 -0500 | |
changeset 64 | f1b93ddec9e0 |
parent 63 | 8f246bc7059d |
child 65 | b975a3d7606a |
permissions | -rw-r--r-- |
2 | 1 |
#!/usr/bin/python |
2 |
||
64
f1b93ddec9e0
More generic configuration.
Fabien Ninoles <fabien@tzone.org>
parents:
63
diff
changeset
|
3 |
host = 'www.myhost.com' |
f1b93ddec9e0
More generic configuration.
Fabien Ninoles <fabien@tzone.org>
parents:
63
diff
changeset
|
4 |
user = 'mydbuser' |
f1b93ddec9e0
More generic configuration.
Fabien Ninoles <fabien@tzone.org>
parents:
63
diff
changeset
|
5 |
passwd = 'mypass' |
2 | 6 |
database = 'bookmarker3' |
64
f1b93ddec9e0
More generic configuration.
Fabien Ninoles <fabien@tzone.org>
parents:
63
diff
changeset
|
7 |
port = 8021 |
63
8f246bc7059d
Move template_dir inside config.
Fabien Ninoles <fabien@tzone.org>
parents:
2
diff
changeset
|
8 |
template_dir = 'templates' |