Back to Developer Roadmap

dotenv

src/data/roadmaps/nodejs/content/[email protected]

4.0778 B
Original Source

dotenv

dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.

Visit the following resources to learn more: