Spaces:
Runtime error
Runtime error
File size: 179 Bytes
b9a69cb |
1 2 3 4 5 6 |
[default]
SQLALCHEMY_DATABASE_URI = "mysql://smoreira:[email protected]:3306/dev_rh"
SECRET_KEY = "my_secret_key"
JSON_AS_ASCII = true
FLASK_RUN_HOST="0.0.0.0"
|