Update backend config docs - addresses #3718 (#3724)

This commit is contained in:
Brian Shumate 2017-12-26 13:48:45 -05:00 committed by Jeff Mitchell
parent 3f3e96d2a3
commit 2c5b6909c9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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`.