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

+ 2 - 2
config.py

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

+ 1 - 1
env.conf

@@ -1 +1 @@
-ENV=pre
+ENV=master