Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m24s
19 lines
340 B
HCL
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"
|