Fixes port numbers in peers.info.

This commit is contained in:
James Phillips 2016-10-05 18:09:15 -07:00
parent 9fc0c0ede2
commit 9c65bfa768
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

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.