|
@@ -179,6 +179,6 @@ class ProductionConfig(BaseConfig):
|
|
|
|
|
|
def set_config():
|
|
def set_config():
|
|
# return DevelopmentConfig()
|
|
# return DevelopmentConfig()
|
|
- # return TestConfig()
|
|
|
|
|
|
+ return TestConfig()
|
|
# return PreProductionConfig()
|
|
# return PreProductionConfig()
|
|
- return ProductionConfig()
|
|
|
|
|
|
+ # return ProductionConfig()
|