open-vault/command/server/test-fixtures/config.hcl

8 lines
87 B
HCL
Raw Normal View History

2015-03-12 22:21:11 +00:00
listener "tcp" {
address = "127.0.0.1:443"
}
backend "consul" {
foo = "bar"
}