Update backend-cluster.md (#3536)

Modify `hot` to `host`
This commit is contained in:
panjuan 2019-09-27 21:25:14 +08:00 committed by 吴晟 Wu Sheng
parent 6d18a0f97f
commit 13ff55fb6f
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ Note:
- If set `schema` as `digest`, the password of expression is set in **clear text**.
In some cases, oap default gRPC host and port in core are not suitable for internal communication among the oap nodes.
The following setting are provided to set the hot and port manually, based on your own LAN env.
The following setting are provided to set the host and port manually, based on your own LAN env.
- internalComHost, the host registered and other oap node use this to communicate with current node.
- internalComPort, the port registered and other oap node use this to communicate with current node.
@ -91,7 +91,7 @@ cluster:
Same as Zookeeper coordinator,
in some cases, oap default gRPC host and port in core are not suitable for internal communication among the oap nodes.
The following setting are provided to set the hot and port manually, based on your own LAN env.
The following setting are provided to set the host and port manually, based on your own LAN env.
- internalComHost, the host registered and other oap node use this to communicate with current node.
- internalComPort, the port registered and other oap node use this to communicate with current node.
@ -118,4 +118,4 @@ cluster:
serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
#etcd cluster nodes, example: 10.0.0.1:2379,10.0.0.2:2379,10.0.0.3:2379
hostPort: ${SW_CLUSTER_ETCD_HOST_PORT:localhost:2379}
```
```