Files
stacosys/config.py
T

16 lines
284 B
Python
Raw Normal View History

# Configuration file
2015-05-02 13:08:07 +02:00
DEBUG = True
2015-05-16 18:12:18 +02:00
LANG = "fr"
2015-05-18 13:23:24 +02:00
# DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
2015-05-04 20:01:47 +02:00
DB_URL = "sqlite:///db.sqlite"
2015-05-02 13:08:07 +02:00
2015-05-16 18:12:18 +02:00
MAIL_URL = "http://localhost:8025/mbox"
2015-05-16 10:59:44 +02:00
2015-05-02 13:08:07 +02:00
HTTP_ADDRESS = "0.0.0.0"
HTTP_PORT = 8000
2015-05-03 18:31:15 +02:00
SALT = "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0"