1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update 100-dotenv.md (#1961)

This commit is contained in:
Joseph Olayanju
2022-10-05 00:47:17 +01:00
committed by GitHub
parent 9d8cd49ab9
commit 22ba125043

View File

@@ -1 +1,8 @@
# Dotenv
# Dotenv
The dotenv is a zero-dependency module that loads environment variables from a . env file into process. env
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.npmjs.com/package/dotenv'>Dotenv package</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://zetcode.com/javascript/dotenv/'>Dotenv tutorial</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/'>How to Use Node Environment Variables with a DotEnv File for Node.js and npm</BadgeLink>