فهرست منبع

update set config

liqian 3 سال پیش
والد
کامیت
9101684e2d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      config.py

+ 2 - 2
config.py

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