Expand description
dotenvy extensions.
Functions§
- dotenv_
filtered ⚠ - A version of
dotenvy::dotenvwhich only loads whitelisted keys. - var_
pure - Fetches the given key from env or
.env, but without loading any of the keys in.envinto our env (including the requested key). In other words, it is a “pure” version ofdotenvy::var.