config

Commit
146d4625c1cb30f76f3e5d48dc4556d24f706ec7
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
config.py
index 984a0c5d..2e2c13a0 100644..100644
@@ -2,7 +2,6 @@
2 2
3 3
4 4 # DEBUG = True
5 Removed: APPLICATION_ROOT = "/mdl"
6 5 SECRET_KEY = "Scooby_Lu,_where_are_you?"
7 6 SQLALCHEMY_DATABASE_URI = "sqlite:///" + "mdl.db"
8 7 SQLALCHEMY_TRACK_MODIFICATIONS = True