ced0835574
With no separate backend specified, HA will be attempted on the normal physical backend. Fixes #395.
22 lines
318 B
HCL
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"
|