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

add sample config

This commit is contained in:
Lukas Winkler 2018-04-29 09:31:19 +02:00
parent 253206c556
commit 253df7927b
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

11
config.sample.py Normal file
View file

@ -0,0 +1,11 @@
# 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