From 291ea643d2e307eb5de781d3e8c3636a461a0a8c Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Mon, 5 Dec 2016 16:56:31 -0500 Subject: [PATCH] Some examples where sockets are possible as well --- website/source/docs/commands/environment.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/environment.html.md b/website/source/docs/commands/environment.html.md index 9edd7b9da3..40536897f8 100644 --- a/website/source/docs/commands/environment.html.md +++ b/website/source/docs/commands/environment.html.md @@ -23,7 +23,7 @@ The following table describes these variables: CONSUL_HTTP_ADDR - The HTTP API address as a host:port pair + The HTTP API address as a host:port pair or path to Unix socket, for example 127.0.0.1:8500 or unix:///var/run/consul_http.sock CONSUL_HTTP_TOKEN @@ -43,6 +43,6 @@ The following table describes these variables: CONSUL_RPC_ADDR - The RPC interface address as a host:port pair + The RPC interface address as a host:port pair or path to Unix socket, for example 127.0.0.1:8300 or unix:///var/run/consul_rpc.sock