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