@@ -159,5 +159,5 @@ class ProductionConfig(BaseConfig):
def set_config():
#return DevelopmentConfig()
# return TestConfig()
- # return PreProductionConfig()
- return ProductionConfig()
+ return PreProductionConfig()
+ # return ProductionConfig()