28 lines
645 B
JSON
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"
|
|
}
|