mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-09 08:07:01 +02:00
16 lines
237 B
HCL
16 lines
237 B
HCL
disable_mlock = true
|
|
statsd_addr = "bar"
|
|
statsite_addr = "foo"
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:443"
|
|
}
|
|
|
|
backend "consul" {
|
|
foo = "bar"
|
|
advertise_addr = "foo"
|
|
}
|
|
|
|
max_lease_duration = "10h"
|
|
default_lease_duration = "10h"
|