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