Increase token access and refresh time
This commit is contained in:
parent
f205430525
commit
be76f77f8a
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ services:
|
|||
ports:
|
||||
- 3567:3567
|
||||
environment:
|
||||
REFRESH_TOKEN_VALIDITY: '43200'
|
||||
ACCESS_TOKEN_VALIDITY: '43200'
|
||||
REFRESH_TOKEN_VALIDITY: '604800'
|
||||
ACCESS_TOKEN_VALIDITY: '86400'
|
||||
PASSWORD_RESET_TOKEN_LIFETIME: '7200000'
|
||||
MYSQL_USER: ${SQL_USER}
|
||||
MYSQL_PASSWORD: ${SQL_USER_PW}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue