Initial commit

This commit is contained in:
2022-06-06 23:32:19 +02:00
parent 06add743c6
commit 5a1a5ed811
4 changed files with 146 additions and 1 deletions

12
config/vault.hcl Normal file
View File

@@ -0,0 +1,12 @@
backend "file" {
path = "/vault/file"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = 1
}
api_addr = "https://fully.qualified.domain.name"
disable_clustering = true
ui = true