1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00
dockerfiles/vault/vault.hcl
2015-07-18 15:30:30 +08:00

9 lines
110 B
HCL

backend "file" {
path = "/var/lib/vault"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = 1
}