Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .variables.env.tmp → .variables.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rename this file from .variables.env.tmp to .variables.env
NODE_ENV=development

DATABASE=your-mongodb-url
DATABASE=mongodb+srv://patelpriyal3246:<password>@cluster0.57oyquy.mongodb.net/?retryWrites=true&w=majority
PORT=8888

SECRET=hackthoon
Expand All @@ -12,4 +12,4 @@ JWT_SCHEME = jwt
JWT_TOKEN_PREFIX = Bearer
JWT_SECRET = thiscanbechangedlater123654789
JWT_TOKEN_EXPIRATION = 18000000
JWT_TOKEN_HASH_ALGO = SHA-256
JWT_TOKEN_HASH_ALGO = SHA-256