PCM_Report/config_service_settings.json

13 lines
252 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"service": {
"host": "127.0.0.1",
"port": 5000,
"debug": false
},
"paths": {
"default_config": "config.json",
"description": "配置服务管理的默认配置文件路径相对于config_service.py所在目录"
}
}