open-vault/command/server/test-fixtures/config.hcl
Jeff Mitchell ced0835574 Allow separate HA physical backend.
With no separate backend specified, HA will be attempted on the normal
physical backend.

Fixes #395.
2015-12-14 07:59:58 -05:00

22 lines
318 B
HCL

disable_cache = true
disable_mlock = true
statsd_addr = "bar"
statsite_addr = "foo"
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"