Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename .variables.env.tmp to .variables.env #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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