1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-18 14:43:46 +02:00
se-simulator/config.sample.py
Lukas Winkler 4eca4fe9f8 improve config
thanks to jaytaylor (#2)
2018-05-13 13:43:03 +02:00

16 lines
330 B
Python

# database must be "se-simulator"
db = {
"host": "localhost",
"user": "username",
"passwd": "password",
}
# Check http://flask.pocoo.org/docs/0.12/quickstart/#sessions on how to create
secret_key =
# See https://pythonhosted.org/Flask-Session/
session_type = "filesystem"
make_cacheable = False
production = False