Replace: Stage to Test
This commit is contained in:
parent
bce2237303
commit
0a3ab090a6
3 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue