Add initial Vault configuration file

This commit is contained in:
2026-01-02 22:43:29 +01:00
parent 8105976066
commit decda15318

11
vault.hcl Normal file
View File

@@ -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}}"
}