PCM_Report/config_service_settings.json

13 lines
252 B
JSON
Raw Permalink Normal View History

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