Skip to content

Commit 6121741

Browse files
author
junerockwell
committed
Installed dotenv and added .env for the record
1 parent fd12316 commit 6121741

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

API_MongoDB_mLab_AWS/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.DS_Store
2-
.env
32
node_modules/

API_MongoDB_mLab_AWS/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

API_MongoDB_mLab_AWS/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"mocha": "^5.2.0",
1616
"mongoose": "^5.2.13",
1717
"restify": "^7.2.1"
18+
},
19+
"devDependencies": {
20+
"dotenv": "^8.2.0"
1821
}
1922
}

0 commit comments

Comments
 (0)