Skip to content

Commit

Permalink
feat: Create example .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilesh2000 committed Jan 1, 2021
1 parent bd9a889 commit 1075625
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PORT=5000

MONGO_URI=YOUR_MONGO_URI

JWT_SECRET=YOUR_JWT_SECRET
JWT_EXPIRE=YOUR_JWT_EXPIRE_DURATION
JWT_COOKIE_EXPIRE=YOUR_JWT_COOKIE_EXPIRE_DURATION

FROM_EMAIL=YOUR_EMAIL_ID
SENDGRID_API_KEY=YOUR_SENDGRID_API_KEY

0 comments on commit 1075625

Please sign in to comment.