mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02: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
|
|
}
|