diff options
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ SECRET_KEY = "Scooby_Lu,_where_are_you?" -SQLALCHEMY_DATABASE_URI = "sqlite:///" + "fapg.db" +SQLALCHEMY_DATABASE_URI = "sqlite:///" + "test.db" SQLALCHEMY_TRACK_MODIFICATIONS = True |