vault/command/server/test-fixtures/config.hcl
2015-07-30 13:21:41 -04:00

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"