Skip to content

Instantly share code, notes, and snippets.

@iarenaza
Created April 6, 2018 10:33
Show Gist options
  • Save iarenaza/58299e1e0a12268fb826779ad4fffb4e to your computer and use it in GitHub Desktop.
Save iarenaza/58299e1e0a12268fb826779ad4fffb4e to your computer and use it in GitHub Desktop.
Hashicorp Vault 0.9.6 file-based storage basic configuration file
storage "file" {
path = "/vault/file"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment