Skip to main content

Vault configuration

Daemon configuration

Development / testing

These variables are for local and e2e testing only. Do not use them in production. In release builds, the dev-only escape hatches are disabled to avoid foot-guns. If any of these are set, aivault will fail closed with an error:
  • AIVAULT_DEV_ALLOW_HTTP_LOCAL
  • AIVAULT_DEV_ALLOW_NON_DEFAULT_PORTS
  • AIVAULT_DEV_ALLOW_REMOTE_CLIENTS
  • AIVAULT_DEV_HTTP1_ONLY
  • AIVAULT_DEV_CA_CERT_PATH
  • AIVAULT_DEV_RESOLVE

Example: isolated test environment

Next: Storage