diff --git a/vault.hcl b/vault.hcl new file mode 100644 index 0000000..c90d533 --- /dev/null +++ b/vault.hcl @@ -0,0 +1,11 @@ +ui = true +disable_mlock = true + +listener "tcp" { + address = "127.0.0.1:8200" + tls_disable = 1 +} + +storage "file" { + path = "{{VAULT_DATA_DIR}}" +}