ソースを参照

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