mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-02 10:13:39 +00:00
10 lines
139 B
HCL
10 lines
139 B
HCL
cache {
|
|
enforce_consistency = "always"
|
|
when_inconsistent = "retry"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:8300"
|
|
tls_disable = true
|
|
}
|