mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-30 11:01:09 +02:00
29 lines
455 B
HCL
29 lines
455 B
HCL
disable_cache = true
|
|
disable_mlock = true
|
|
statsd_addr = "bar"
|
|
statsite_addr = "foo"
|
|
|
|
listener "atlas" {
|
|
token = "foobar"
|
|
infrastructure = "foo/bar"
|
|
endpoint = "https://foo.bar:1111"
|
|
node_id = "foo_node"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:443"
|
|
}
|
|
|
|
backend "consul" {
|
|
foo = "bar"
|
|
advertise_addr = "foo"
|
|
}
|
|
|
|
ha_backend "consul" {
|
|
bar = "baz"
|
|
advertise_addr = "snafu"
|
|
}
|
|
|
|
max_lease_ttl = "10h"
|
|
default_lease_ttl = "10h"
|