Fix example is incorrect #53

This commit is contained in:
pader.zhang 2019-09-24 09:41:22 +08:00
parent a10677f0a7
commit 9523940592
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Run the following command
| name | description | option |
| ----------------------------- | -------------------------------------- | -------------------------------------- |
| MODE | cluster/standalone | cluster/standalone default **cluster** |
| NACOS_SERVERS | nacos cluster address | eg. ip1,ip2,ip3 |
| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 |
| PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** |
| NACOS_SERVER_PORT | nacos server port | default **8848** |
| NACOS_SERVER_IP | custom nacos server ip when network was mutil-network | |