配置路径

1
/opt/1panel/apps/consul/consul/data/config

配置文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"service": {
"id": "xxx",
"name": "xxx",
"address": "127.0.0.1",
"port": 9000,
"tags": [
"dev"
],
"checks": [
{
"http": "http://127.0.0.1:9000/health",
"interval": "20s"
}
]
}
}