Browse Source

update set config

liqian 3 năm trước cách đây
mục cha
commit
30d15d0314
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config.py

+ 2 - 2
config.py

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