Replace: Stage to Test

This commit is contained in:
Yûki VACHOT 2022-01-12 18:17:37 +01:00
parent bce2237303
commit 0a3ab090a6
3 changed files with 8 additions and 10 deletions

View file

@ -30,8 +30,8 @@ class ProductionConfig(Config):
SQLALCHEMY_TRACK_MODIFICATIONS = False
class StagingConfig(Config):
STAGING = True
class TestingConfig(Config):
TESTING = True
SQLALCHEMY_ECHO = False
SQLALCHEMY_TRACK_MODIFICATIONS = False