mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-01 12:01:10 +02:00
8 lines
87 B
HCL
8 lines
87 B
HCL
listener "tcp" {
|
|
address = "127.0.0.1:443"
|
|
}
|
|
|
|
backend "consul" {
|
|
foo = "bar"
|
|
}
|