Skip to content

Commit

Permalink
Merge pull request #1625 from hashicorp/sethvargo-patch-1
Browse files Browse the repository at this point in the history
Fix bootstrapping docs error
  • Loading branch information
dadgar authored Aug 19, 2016
2 parents 4812fe7 + 0f46169 commit fe376f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/source/docs/cluster/bootstrapping.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ via the client configuration.
```
client {
enabled = true
servers = ["10.10.11.2:4648", "10.10.11.3:4648", "10.10.11.4:4648"]
servers = ["10.10.11.2:4647", "10.10.11.3:4647", "10.10.11.4:4647"]
}
```

Expand All @@ -190,6 +190,9 @@ pushed to the client. This means, that only one server must be specified because
after initial contact, the full set of servers in the client's region will be
pushed to the client.

The port corresponds to the RPC port. If no port is specified with the IP address,
the default RCP port of `4647` is assumed.

The same commmands can be used to start the servers and clients as shown in the
bootstrapping with Consul section.

Expand Down

0 comments on commit fe376f3

Please sign in to comment.