set jwt expiration in e2e backend .env to two minutes

This commit is contained in:
mahula 2023-03-08 20:36:23 +01:00
parent 9a843f3e67
commit 156955df14

View File

@ -1,5 +1,5 @@
# Server # Server
JWT_EXPIRES_IN=1m JWT_EXPIRES_IN=2m
# Email # Email
EMAIL=true EMAIL=true