Skip to main content

Module dotenv

Module dotenv 

Source
Expand description

dotenvy extensions.

Functions§

dotenv_filtered
A version of dotenvy::dotenv which only loads whitelisted keys.
var_pure
Fetches the given key from env or .env, but without loading any of the keys in .env into our env (including the requested key). In other words, it is a “pure” version of dotenvy::var.