Merge pull request #2391 from hashicorp/b-peers-docs

Fixes port numbers in peers.info.
This commit is contained in:
James Phillips 2016-10-05 18:10:04 -07:00 committed by GitHub
commit 352fc61b7b
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ As of Consul 0.7.0, the peers.json file is only used for recovery
after an outage. It should be formatted as a JSON array containing the address
and port of each Consul server in the cluster, like this:
["10.1.0.1:8500","10.1.0.2:8500","10.1.0.3:8500"]
["10.1.0.1:8300","10.1.0.2:8300","10.1.0.3:8300"]
Under normal operation, the peers.json file will not be present.