docs: update default grpc-addr value in connect envoy command (#5886)

* Update envoy.html.md.erb
This commit is contained in:
Nitish Alluri 2019-06-06 15:37:29 +07:00 committed by Hans Hasselberg
parent 92bff1bbb3
commit da5ded8ec4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ proxy configuration needed.
- `-grpc-addr=<addr>` - Address of the Consul agent with `grpc` port. This can
be an IP address or DNS address, but it must include the port. This can also
be specified via the CONSUL_GRPC_ADDR environment variable. In Consul 1.3 and
later, the default value is http://127.0.0.1:8502, and https can optionally
later, the default value is 127.0.0.1:8502, and https can optionally
be used instead. The scheme can also be set to HTTPS by setting the
environment variable CONSUL_HTTP_SSL=true. This may be a unix domain socket
using `unix:///path/to/socket` if the [agent is configured to