Browse Source

更改默认使用Dev配置文件

pull/828/head^2
ibuler 7 years ago
parent
commit
6d15f60c5c
  1. 2
      config_example.py

2
config_example.py

@ -119,5 +119,5 @@ class ProductionConfig(Config):
# Default using Config settings, you can write if/else for different env
config = Config()
config = DevelopmentConfig()

Loading…
Cancel
Save