blob: b6a0631e39daff2b0c787ac74570d346f9b1ec8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
backend "file" {
path = "/var/lib/vault"
}
listener "tcp" {
# This is the default address and port that Vault will listen on; if you
# make changes to this (or enable TLS), be sure to update VAULT_ADDR in
# /etc/sysconfig/vault as well.
address = "127.0.0.1:8200"
tls_disable = 1
}
|