mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
parent
4ae3319289
commit
b43e0652f8
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ LANGUAGE plpgsql;
|
|||
|
||||
- `ha_enabled` `(string: "true|false")` – Default not enabled, requires 9.5 or later.
|
||||
|
||||
- `ha_table` `(string: "vault_ha_locks")` – Specifies the name of the table to use
|
||||
for storing high availability information. This table must already exist (Vault
|
||||
will not attempt to create it).
|
||||
|
||||
## `postgresql` Examples
|
||||
|
||||
### Custom SSL Verification
|
||||
|
|
|
|||
Loading…
Reference in a new issue