Mercurial > hg > ltpdarepo
view src/ltpdarepo/config.py @ 67:ad6e52b8d07c
Cleanup tests.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 14 Aug 2011 19:31:28 +0200 |
parents | c812c3020b63 |
children | ff2da2018071 |
line wrap: on
line source
# secret key used for session cookie encryption SECRET_KEY = 'development' # database connection parameters HOSTNAME = 'localhost' USERNAME = 'root' PASSWORD = '' DATABASE = 'ltpda'