increase time access is valid for
This commit is contained in:
parent
6d60ad7fc6
commit
3fc07b1a06
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ services:
|
|||
ports:
|
||||
- 3567:3567
|
||||
environment:
|
||||
REFRESH_TOKEN_VALIDITY: '1440'
|
||||
ACCESS_TOKEN_VALIDITY: '3600'
|
||||
REFRESH_TOKEN_VALIDITY: '43200'
|
||||
ACCESS_TOKEN_VALIDITY: '43200'
|
||||
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