Quellcode durchsuchen

checkout set_config

liqian vor 3 Jahren
Ursprung
Commit
50808412c1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      config.py

+ 2 - 2
config.py

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