Explorar el Código

update set config

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

+ 2 - 2
config.py

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