14 lines
242 B
HCL
14 lines
242 B
HCL
storage "file" {
|
|
path = "/vault/file"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "0.0.0.0:8200"
|
|
tls_disable = true
|
|
}
|
|
|
|
ui = true
|
|
disable_mlock = true
|
|
|
|
# Auto-unseal using a static shamir key — dev convenience only, never use in prod
|