vault/config/config.hcl
hcornet 4e2a668d80
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m24s
first sync
2024-12-27 18:10:28 +01:00

19 lines
340 B
HCL

ui = true
disable_mlock = "true"
storage "raft" {
path = "/vault/data"
node_id = "node1"
}
listener "tcp" {
address = "[::]:8200"
tls_disable = "true"
tls_cert_file = "/certs/cert.pem"
tls_key_file = "/certs/privkey.pem"
}
api_addr = "https://vault.tips-of-mine.com"
cluster_addr = "https://vault.tips-of-mine.com:8201"