vault-bin/vault.hcl
Óscar García Amor 0fd24c5fb6 Initial import
2015-07-31 14:57:51 +02:00

16 lines
259 B
HCL

/*
* Vault configuration. See: https://vaultproject.io/docs/config/
*/
backend "file" {
path = "/var/lib/vault"
}
listener "tcp" {
/*
* By default Vault listens on localhost only.
* Make sure to enable TLS support otherwise.
*/
tls_disable = 1
}