ソースを参照

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()