open-vault/command/server/test-fixtures/config-dir/foo.hcl
Jeff Mitchell 37320f8798 Request forwarding (#1721)
Add request forwarding.
2016-08-15 09:42:42 -04:00

8 lines
113 B
HCL

disable_cache = true
disable_mlock = true
backend "consul" {
foo = "bar"
disable_clustering = "false"
}