Skip to content

Commit

Permalink
Update dotenv-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jul 24, 2024
1 parent 6402146 commit 7b8a60f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cheatsheets/shell/dotenv-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ Related - see the [export command][] cheatsheet.
Use a package that can read the `.env` file when your app starts. This does add an extra dependency though.

- [dotenv package for Node.js](https://www.npmjs.com/package/dotenv)
- [python-dotenv for Python](https://pypi.org/project/python-dotenv/)
- See [Python dotenv][] cheatsheet.

[Python dotenv]: {% link cheatsheets/python/configs/dotenv.md %}

## Resources

Expand Down

0 comments on commit 7b8a60f

Please sign in to comment.