diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:19:41 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:19:41 +0200 |
commit | 5160b8a3ac9fc27c2b31206aed735a15de0099e9 (patch) | |
tree | 981d4c4d9e42927ddb22cd09ad3e1e696941596d | |
parent | f9ae74504437e3fc7bf29d85c8fcd3a2bd6e857b (diff) |
Test db in config.
-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 |