diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:18:09 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:18:09 +0200 |
commit | 94813eb0c8dfa82fd56b192798eae0fab9df2bfa (patch) | |
tree | dfc261a0351371186a945d941e99ace23a92b454 | |
parent | 80e2e45dde6d52f9ecc3a15804dc852be566b3b9 (diff) |
Config file.
-rw-r--r-- | config.py | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,9 @@ +# -*- mode: python; -*- + + +# DEBUG = True SECRET_KEY = "Scooby_Lu,_where_are_you?" -db_name = "fapg.db" -SQLALCHEMY_DATABASE_URI = "sqlite:///" + db_name -SQLALCHEMY_TRACK_MODIFICATIONS = True +SQLALCHEMY_DATABASE_URI = "sqlite:///" + "fapg.db" +SQLALCHEMY_TRACK_MODIFICATIONS = True |