Skip to content

Commit

Permalink
feat: remove .env from git by add in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JHIH-LEI committed Aug 11, 2021
1 parent 599ce51 commit 8fba5e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .env

This file was deleted.

7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
PORT=3000
SESSION_SECRET=skip
MONGODB_URI=mongodb://localhost/expense-tracker
SESSION_SECRET=secret0915
MONGODB_URI=mongodb://localhost/expense-tracker
FACEBOOK_APP_ID=skip
FACEBOOK_APP_SECRET=skip
FACEBOOK_APP_CALLBACK=http://localhost:3000/auth/facebook/callback
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
.DS_Store
.DS_Store
.env

0 comments on commit 8fba5e9

Please sign in to comment.