Connect Stacosys to SRMail

This commit is contained in:
Yax
2015-05-16 10:59:44 +02:00
parent daed9e9cb5
commit 692b90d7d9
4 changed files with 29 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ LANG = "en"
#DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
DB_URL = "sqlite:///db.sqlite"
MAIL_URL = "http://localhost:8025"
HTTP_ADDRESS = "0.0.0.0"
HTTP_PORT = 8000