瀏覽代碼

update set config

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

+ 3 - 3
config.py

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