vault-config/config/vault.hcl

13 lines
251 B
HCL
Raw Normal View History

2022-06-06 23:32:19 +02:00
backend "file" {
2022-06-06 23:34:33 +02:00
path = "/vault/file"
2022-06-06 23:32:19 +02:00
}
listener "tcp" {
2022-06-06 23:34:33 +02:00
address = "0.0.0.0:8200"
tls_disable = 1
2022-06-06 23:32:19 +02:00
}
2022-06-06 23:34:33 +02:00
api_addr = "https://fully.qualified.domain.name"
disable_clustering = true
ui = true