Search Results
Loads environment variables from `.env` to `os.getenv()` automagically. Fully compatible with docker-compose .env.
Loads and strictly parses .env file contents, sets environment variables.
A lightweight and flexible configuration and environment manager for V. It allows you to load configurations from files, directories, or raw text, and manage environment variables seamlessly, similar to dotenv and dotenv-expand in JavaScript.
Loads environment variables from a .env file, for development purposes.
Dotenv V is a package to parse environment files. It support reading in multiple environment files which are added to the process' environment variables upon load.
dotenv for V
Read env vars from files