Browse Source

Fixes port numbers in peers.info.

pull/2391/head
James Phillips 8 years ago
parent
commit
9c65bfa768
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
  1. 2
      consul/server.go

2
consul/server.go

@ -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.

Loading…
Cancel
Save