fix Unix socket path in docs

This commit is contained in:
Alexey Miasoedov 2019-05-10 16:28:58 +03:00 committed by Blake Covarrubias
parent 4e2cf7a562
commit b7b4bef33a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ CONSUL_HTTP_ADDR=127.0.0.1:8500
or as a Unix socket path:
```
CONSUL_HTTP_ADDR=unix://var/run/consul_http.sock
CONSUL_HTTP_ADDR=unix:///var/run/consul_http.sock
```
If the `https://` scheme is used, `CONSUL_HTTP_SSL` is implied to be true.