mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Some examples where sockets are possible as well
This commit is contained in:
parent
fbd074b7e7
commit
291ea643d2
@ -23,7 +23,7 @@ The following table describes these variables:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>CONSUL_HTTP_ADDR</tt></td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>CONSUL_HTTP_TOKEN</tt></td>
|
<td><tt>CONSUL_HTTP_TOKEN</tt></td>
|
||||||
@ -43,6 +43,6 @@ The following table describes these variables:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>CONSUL_RPC_ADDR</tt></td>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user