From f3ae605bcb9ecaa3ef8edfa483c600cc5ad1d861 Mon Sep 17 00:00:00 2001 From: Nitish Alluri Date: Thu, 6 Jun 2019 15:37:29 +0700 Subject: [PATCH] docs: update default grpc-addr value in connect envoy command (#5886) * Update envoy.html.md.erb --- website/source/docs/commands/connect/envoy.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/connect/envoy.html.md.erb b/website/source/docs/commands/connect/envoy.html.md.erb index b2a4a3836e..1218773fa5 100644 --- a/website/source/docs/commands/connect/envoy.html.md.erb +++ b/website/source/docs/commands/connect/envoy.html.md.erb @@ -39,7 +39,7 @@ proxy configuration needed. - `-grpc-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