# 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=