Skip to content

Commit b516e6f

Browse files
committed
Constant in .env changed from JWT_EXPIRATION to JWT_EXPIRATION_IN_MINUTES
1 parent eb29397 commit b516e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORT=3000
22
JWT_SECRET=MyUltraSecurePassWordIWontForgetToChange
3-
JWT_EXPIRATION=100d
3+
JWT_EXPIRATION_IN_MINUTES=4320
44
MONGO_URI=mongodb://localhost:27017/myprojectdbname
55
EMAIL_FROM_NAME=My Project
66
EMAIL_FROM_ADDRESS=[email protected]

0 commit comments

Comments
 (0)