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

11 lines
232 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 =
production = False