Add require_conistent to docs
This commit is contained in:
parent
ce6fa6b30e
commit
aff6282e78
|
@ -330,6 +330,11 @@ For Consul, the following options are supported:
|
|||
* `tls_min_version` (optional) - Minimum TLS version to use. Accepted values
|
||||
are 'tls10', 'tls11' or 'tls12'. Defaults to 'tls12'.
|
||||
|
||||
* `require_consistent` (optional) - If true, then all read requests to Consul
|
||||
will use consistant mode. See [consistancy
|
||||
modes](https://www.consul.io/docs/agent/http.html#consistency-modes) in Consul
|
||||
for tradeoffs. Defaults to "false".
|
||||
|
||||
The following settings should be set according to your [Consul encryption
|
||||
settings](https://www.consul.io/docs/agent/encryption.html):
|
||||
|
||||
|
|
Loading…
Reference in New Issue