소스 검색

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