liqian 3 years ago
parent
commit
3bb95fc306
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.py

+ 2 - 2
config.py

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