view src/ltpdarepo/config.py @ 129:5bf7dc63466d

Test named queries management interface.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 14 Oct 2011 10:57:26 +0200
parents ff2da2018071
children 46caabb1ac77
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'

# mailserver
MAIL_SMTP_SERVER = 'localhost'
MAIL_SMTP_PORT = 25
MAIL_SMTP_USETLS = False
MAIL_SMTP_USERNAME = ''
MAIL_SMTP_PASSWORD = ''

# administrator email
ADMIN_EMAIL_ADDR = ''