mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 10:58:25 +00:00
Update variable value information as port must also be specified, fixes #2210
This commit is contained in:
parent
d5b7530ec5
commit
ba5bbf8ca2
@ -395,9 +395,9 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
|||||||
can also place the desired values in `CONSUL_RPC_ADDR` and `CONSUL_HTTP_ADDR`
|
can also place the desired values in `CONSUL_RPC_ADDR` and `CONSUL_HTTP_ADDR`
|
||||||
environment variables.
|
environment variables.
|
||||||
<br><br>
|
<br><br>
|
||||||
For TCP addresses, these should simply be an IP address without the port. For
|
For TCP addresses, the variable values should be an IP address with the port. For
|
||||||
example: `10.0.0.1`, not `10.0.0.1:8500`. Ports are set separately in the
|
example: `10.0.0.1:8500` and not `10.0.0.1`. However, ports are set separately in the
|
||||||
<a href="#ports">`ports`</a> structure.
|
<a href="#ports">`ports`</a> structure when defining them in a configuration file.
|
||||||
<br><br>
|
<br><br>
|
||||||
The following keys are valid:
|
The following keys are valid:
|
||||||
* `dns` - The DNS server. Defaults to `client_addr`
|
* `dns` - The DNS server. Defaults to `client_addr`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user