Config file.

Commit
94813eb0c8dfa82fd56b192798eae0fab9df2bfa
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
config.py
index 878c79dc..aa5db1b6 100644..100644
@@ -1,6 +1,9 @@
1 Added: # -*- mode: python; -*-
2 Added:
3 Added:
4 Added: # DEBUG = True
1 5 SECRET_KEY = "Scooby_Lu,_where_are_you?"
2 6
3 Removed: db_name = "fapg.db"
4 Removed: SQLALCHEMY_DATABASE_URI = "sqlite:///" + db_name
5 Removed: SQLALCHEMY_TRACK_MODIFICATIONS = True
6 7
8 Added: SQLALCHEMY_DATABASE_URI = "sqlite:///" + "fapg.db"
9 Added: SQLALCHEMY_TRACK_MODIFICATIONS = True