stacosys/config.py
2015-05-02 13:08:07 +02:00

8 lines
154 B
Python

# Configuration file
DEBUG = True
DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
HTTP_ADDRESS = "0.0.0.0"
HTTP_PORT = 8000