liqian 3 jaren geleden
bovenliggende
commit
c2a8348742
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      config.py

+ 2 - 2
config.py

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