Some examples where sockets are possible as well
This commit is contained in:
parent
cd2b3ed193
commit
bcec3b3eb4
|
@ -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…
Reference in New Issue