From 94813eb0c8dfa82fd56b192798eae0fab9df2bfa Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:18:09 +0200 Subject: Config file. --- config.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.py') 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 -- cgit v1.2.3