Some examples where sockets are possible as well

pull/2573/head
Brian Shumate 8 years ago
parent fbd074b7e7
commit 291ea643d2
No known key found for this signature in database
GPG Key ID: B2E211633F870928

@ -23,7 +23,7 @@ The following table describes these variables:
</tr>
<tr>
<td><tt>CONSUL_HTTP_ADDR</tt></td>
<td>The HTTP API address as a host:port pair</td>
<td>The HTTP API address as a host:port pair or path to Unix socket, for example <tt>127.0.0.1:8500</tt> or <tt>unix:///var/run/consul_http.sock</tt></td>
</tr>
<tr>
<td><tt>CONSUL_HTTP_TOKEN</tt></td>
@ -43,6 +43,6 @@ The following table describes these variables:
</tr>
<tr>
<td><tt>CONSUL_RPC_ADDR</tt></td>
<td>The RPC interface address as a host:port pair</td>
<td>The RPC interface address as a host:port pair or path to Unix socket, for example <tt>127.0.0.1:8300</tt> or <tt>unix:///var/run/consul_rpc.sock</tt></td>
</tr>
</table>

Loading…
Cancel
Save