mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
13 lines
207 B
HCL
13 lines
207 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
cache {
|
|
enforce_consistency = "always"
|
|
when_inconsistent = "retry"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:8300"
|
|
tls_disable = true
|
|
}
|