Przeglądaj źródła

checkout set_config

liqian 3 lat temu
rodzic
commit
50808412c1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      config.py

+ 2 - 2
config.py

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