open-vault/command/server/test-fixtures/config2.hcl.json
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

26 lines
360 B
JSON

{
"listener": {
"tcp": [{
"address": "127.0.0.1:443"
}]
},
"backend": {
"consul": {
"foo": "bar"
}
},
"ha_backend": {
"consul": {
"bar": "baz"
}
},
"telemetry": {
"statsd_address": "bar",
"statsite_address": "foo",
"disable_hostname": true
}
}