Explorar el Código

update set_config

liqian hace 4 años
padre
commit
2fa94dbd5d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config.py

+ 2 - 2
config.py

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