diff --git a/config.sample.py b/config.sample.py new file mode 100644 index 0000000..c32cfd6 --- /dev/null +++ b/config.sample.py @@ -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