mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 23:51:08 +02:00
13 lines
178 B
HCL
13 lines
178 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"
|
|
}
|