1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-19 15:53:45 +02:00
se-simulator/config.sample.py

17 lines
330 B
Python
Raw Permalink Normal View History

2018-04-29 09:31:19 +02:00
# 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
2018-04-29 09:31:19 +02:00
production = False