mirror of https://github.com/jumpserver/jumpserver
更改默认使用Dev配置文件
parent
239a829c20
commit
6d15f60c5c
|
@ -119,5 +119,5 @@ class ProductionConfig(Config):
|
|||
|
||||
|
||||
# Default using Config settings, you can write if/else for different env
|
||||
config = Config()
|
||||
config = DevelopmentConfig()
|
||||
|
||||
|
|
Loading…
Reference in New Issue