docker-deploy/vault/config/.pg.local.json
2021-12-04 04:12:53 +08:00

28 lines
645 B
JSON

{
"ui": true,
"storage": {
"file": {
"connection_url": "postgres://postgres:pass@postgresql:5432/vault?sslmode=disable",
"table": "vault_kv_store",
"max_idle_connections": 2,
"max_parallel": "4",
"ha_enabled": true,
"ha_table": "vault_ha_locks"
}
},
"listener": {
"tcp": {
"address": "0.0.0.0:8200",
"tls_disable": 1
}
},
"backend": {
"file": {
"path": "/vault/file"
}
},
"log_level": "Debug",
"default_lease_ttl": "168h",
"max_lease_ttl": "720h"
}