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§
pub use dotenvy;
Enums§
Functions§
- dotenv
- Loads the .env.vault file from
env::current_dir
using the DOTENV_KEY environment variable. - dotenv_
override - Loads all variables into the environment, overriding any existing environment variables of the same name.