We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JWT_EXPIRATION
JWT_EXPIRATION_IN_MINUTES
1 parent eb29397 commit b516e6fCopy full SHA for b516e6f
.env.example
@@ -1,6 +1,6 @@
1
PORT=3000
2
JWT_SECRET=MyUltraSecurePassWordIWontForgetToChange
3
-JWT_EXPIRATION=100d
+JWT_EXPIRATION_IN_MINUTES=4320
4
MONGO_URI=mongodb://localhost:27017/myprojectdbname
5
EMAIL_FROM_NAME=My Project
6
EMAIL_FROM_ADDRESS=[email protected]
0 commit comments