Mercurial > hg > ltpdarepo
comparison etc/ltpdarepo.ex @ 205:fd572809cb18
Add local configuration file as arguments to user scripts.
* * *
Example configuration file.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Wed, 16 Nov 2011 19:10:28 +0100 |
parents | |
children | d8b0a06cb763 |
comparison
equal
deleted
inserted
replaced
204:d6b205e8c1f9 | 205:fd572809cb18 |
---|---|
1 # secret key used for session cookie encryption | |
2 SECRET_KEY = 'please change this!' | |
3 | |
4 # database connection parameters | |
5 HOSTNAME = 'localhost' | |
6 USERNAME = 'root' | |
7 PASSWORD = '' | |
8 DATABASE = 'ltpda' | |
9 | |
10 # mailserver | |
11 MAIL_SMTP_SERVER = 'localhost' | |
12 MAIL_SMTP_PORT = 25 | |
13 MAIL_SMTP_USETLS = False | |
14 MAIL_SMTP_USERNAME = '' | |
15 MAIL_SMTP_PASSWORD = '' | |
16 | |
17 # administrator email | |
18 ADMIN_EMAIL_ADDR = '' | |
19 | |
20 # debuggig | |
21 DEBUG = False | |
22 # suppress outgoing emails | |
23 TESTING = True |