瀏覽代碼

update set_config

liqian 3 年之前
父節點
當前提交
6f94e46658
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config.py

+ 2 - 2
config.py

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