Bootstrap Flask application

This commit is contained in:
Yax
2015-05-02 13:08:07 +02:00
parent 2053e116a4
commit 203438ab7c
3 changed files with 60 additions and 7 deletions
+5
View File
@@ -1,3 +1,8 @@
# Configuration file
DEBUG = True
DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
HTTP_ADDRESS = "0.0.0.0"
HTTP_PORT = 8000