配置路径1/opt/1panel/apps/consul/consul/data/config 配置文件1234567891011121314151617{ "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" } ] }}