view etc/ltpdarepo.ex @ 245:ce09aed4a90b stable 0.7

Release 0.7
author Daniele Nicolodi <daniele@grinta.net>
date Tue, 27 Dec 2011 18:35:07 +0100
parents fd572809cb18
children d8b0a06cb763
line wrap: on
line source

# secret key used for session cookie encryption
SECRET_KEY = 'please change this!'

# 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 = ''

# debuggig
DEBUG = False
# suppress outgoing emails
TESTING = True