Skip to content

Commit

Permalink
Merge pull request #2391 from hashicorp/b-peers-docs
Browse files Browse the repository at this point in the history
Fixes port numbers in peers.info.
  • Loading branch information
slackpad authored Oct 6, 2016
2 parents ca9c5cc + 9c65bfa commit 352fc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 352fc61

Please sign in to comment.