From ba5bbf8ca21e9e99428c5f4eb04c283bc76f54a0 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Thu, 29 Sep 2016 12:50:00 -0400 Subject: [PATCH] Update variable value information as port must also be specified, fixes #2210 --- website/source/docs/agent/options.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 88a8bc9ac9..9d25da28d4 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -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` environment variables.

- For TCP addresses, these should simply be an IP address without the port. For - example: `10.0.0.1`, not `10.0.0.1:8500`. Ports are set separately in the - `ports` structure. + For TCP addresses, the variable values should be an IP address with the port. For + example: `10.0.0.1:8500` and not `10.0.0.1`. However, ports are set separately in the + `ports` structure when defining them in a configuration file.

The following keys are valid: * `dns` - The DNS server. Defaults to `client_addr`