summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-05-15 13:18:09 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-05-15 13:18:09 +0200
commit94813eb0c8dfa82fd56b192798eae0fab9df2bfa (patch)
treedfc261a0351371186a945d941e99ace23a92b454
parent80e2e45dde6d52f9ecc3a15804dc852be566b3b9 (diff)
Config file.
-rw-r--r--config.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.py b/config.py
index 878c79d..aa5db1b 100644
--- a/config.py
+++ b/config.py
@@ -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
Copyright 2019--2024 Marius PETER