9f0b1547bb
Fixes #674.
17 lines
248 B
HCL
17 lines
248 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"
|
|
}
|
|
|
|
max_lease_ttl = "10h"
|
|
default_lease_ttl = "10h"
|