summaryrefslogtreecommitdiffstats
path: root/vault.sysconfig
blob: d5e078376d56bd7bd35be4bba15b258c365bd512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration for the Vault service

# Path to the configuration file or directory. If it is a directory, all
# files with a ".hcl" or ".json" suffix will be loaded.
VAULT_CONFIG=/etc/vault.d

# The address of the vault server instance. If you change the vault server
# configuration in /etc/vault.d to listen on a different address or port,
# you'll need to change this, or unsealing won't run properly at startup.
VAULT_ADDR="http://127.0.0.1:8200"

# After you run "vault init" for the first time, you'll be given a list of
# keys to use for unsealing the server. Add the keys to this file to have
# the vault server automatically unseal at the next startup.
# WARNING: THIS IS NOT RECOMMENDED FOR PRODUCTION USE!
VAULT_KEYS=/etc/vault.d/keys.txt

# Optional additional arguments to the vault server (certificates, etc).
#VAULT_SERVER_OPTS=

# Optional additional arguments to the vault unseal command (certs, etc).
#VAULT_UNSEAL_OPTS=