stacosys/config.py
Yax 2d29502e5f Finalize migration tool.
Retrieve comments by GET and POST
2015-05-03 18:31:15 +02:00

10 lines
197 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
SALT = "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0"