1 2 3 4 5 6 7 8 9 10 11 12 13
backend "file" { path = "/vault/file" default_lease_ttl = "168h" max_lease_ttl = "720h" } listener "tcp" { address = "0.0.0.0:8200" tls_disable = "true" } api_addr = "http://0.0.0.0:8200" cluster_addr = "https://0.0.0.0:8201"