mirror of
https://github.com/IndrekHaav/zfs-vault.git
synced 2025-12-11 17:31:06 +01:00
12 lines
158 B
HCL
12 lines
158 B
HCL
storage "file" {
|
|
path = "/opt/vault/data"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "0.0.0.0:8200"
|
|
tls_disable = 1
|
|
}
|
|
|
|
api_addr = "http://127.0.0.1:8200"
|
|
ui = false
|