-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import dotenv, create .env file from template if it doesn't exist
- Loading branch information
1 parent
be668ae
commit 3c19575
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ========================================= | ||
# WARNING: Don't commit this file to git | ||
# ========================================= | ||
# | ||
# Use this file for storing private data - things like API keys and admin credentials | ||
# | ||
# Storing data: | ||
# | ||
# EXAMPLE_API_KEY=123456789 | ||
# JSON={"foo": "bar"} | ||
# | ||
# More examples here: https://www.npmjs.com/package/dotenv | ||
# | ||
# Use the data in your app: | ||
# | ||
# var key = process.env.EXAMPLE_API_KEY | ||
|
||
# ========================================= | ||
# INSERT YOUR DATA HERE: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters