mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
parent
3f3e96d2a3
commit
2c5b6909c9
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ at Consul's service discovery layer.
|
|||
[consistency mode][consul-consistency]. Possible values are `"default"` or
|
||||
`"strong"`.
|
||||
|
||||
- `disable_registration` `(bool: false)` – Specifies whether Vault should
|
||||
- `disable_registration` `(string: "false")` – Specifies whether Vault should
|
||||
register itself with Consul.
|
||||
|
||||
- `max_parallel` `(string: "128")` – Specifies the maximum number of concurrent
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ storage "etcd" {
|
|||
version is 3.1+ and there has been no data written using the v2 API, the
|
||||
auto-detected default is v3.
|
||||
|
||||
- `ha_enabled` `(bool: false)` – Specifies if high availability should be
|
||||
- `ha_enabled` `(string: "false")` – Specifies if high availability should be
|
||||
enabled. This can also be provided via the environment variable
|
||||
`ETCD_HA_ENABLED`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue