Update backend-cluster.md (#4030)

update the consul cluster agents description .
This commit is contained in:
seiferHu 2019-12-09 13:07:00 +08:00 committed by 吴晟 Wu Sheng
parent 428924addc
commit 3e7e1fe1ee
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ the yml to active.
cluster:
consul:
serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
# Consul cluster nodes, example: 10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500
# Consul cluster agents, example, 1. client agent, 127.0.0.1:8500 2. server agent, 10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500
hostPort: ${SW_CLUSTER_CONSUL_HOST_PORT:localhost:8500}
```