8 lines
154 B
Python
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
|