mirror of https://github.com/status-im/consul.git
website: document addresses config
This commit is contained in:
parent
e86c5b2627
commit
bb16e94b0c
|
@ -197,6 +197,12 @@ definitions support being updated during a reload.
|
|||
However, because the caches are not actively invalidated, ACL policy may be stale
|
||||
up to the TTL value.
|
||||
|
||||
* `addresses` - This is a nested object that allows setting the bind address
|
||||
for the following keys:
|
||||
* `dns` - The DNS server. Defaults to `client_addr`
|
||||
* `http` - The HTTP API. Defaults to `client_addr`
|
||||
* `rpc` - The RPC endpoint. Defaults to `client_addr`
|
||||
|
||||
* `advertise_addr` - Equivalent to the `-advertise` command-line flag.
|
||||
|
||||
* `bootstrap` - Equivalent to the `-bootstrap` command-line flag.
|
||||
|
|
Loading…
Reference in New Issue