Crate dotenv_vault

source ·
Expand description

Extends the dotenvy crate with .env.vault file support. The extended standard lets you load encrypted secrets from your .env.vault file in production (and other) environments.

Re-exports

Enums

Functions

  • Loads the .env.vault file from env::current_dir using the DOTENV_KEY environment variable.
  • Loads all variables into the environment, overriding any existing environment variables of the same name.