瀏覽代碼

Merge branch 'top-video' into pre-master

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

+ 2 - 2
config.py

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