mochi/.archive/modules/nixos/services/vault/resources/vault-config.hcl

15 lines
252 B
HCL
Raw Permalink Normal View History

2024-09-11 16:15:18 -05:00
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = true
}
storage "raft" {
path = "/var/lib/vault/data"
node_id = "node1"
}
disable_mlock = true
api_addr = "http://localhost:8200"
cluster_addr = "http://localhost:8201"
ui = true