archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / vault / trunk / vault.hcl
bloba612cf10cc7157257421fdb76b4b6124e7d7c1d6
1 /*
2 * Vault configuration. See: https://vaultproject.io/docs/config/
3 */
5 backend "file" {
6 path = "/var/lib/vault"
9 listener "tcp" {
11 * By default Vault listens on localhost only.
12 * Make sure to enable TLS support otherwise.
14 * Note that VAULT_ADDR=http://127.0.0.1:8200 must
15 * be set in the environment in order for the client
16 * to work because it uses HTTPS by default.
18 tls_disable = 1