update superToken for reset link to expire after 2 days.
This commit is contained in:
parent
2e9a6da1b9
commit
6f02ebc0d0
1 changed files with 2 additions and 1 deletions
|
|
@ -44,8 +44,9 @@ services:
|
|||
ports:
|
||||
- 3567:3567
|
||||
environment:
|
||||
REFRESH_TOKEN_VALIDITY: '1440'
|
||||
REFRESH_TOKEN_VALIDITY: '1440'
|
||||
ACCESS_TOKEN_VALIDITY: '3600'
|
||||
PASSWORD_RESET_TOKEN_LIFETIME: '7200000'
|
||||
MYSQL_USER: 'yaso'
|
||||
MYSQL_PASSWORD: 'C@rtoon1995'
|
||||
MYSQL_HOST: mysqldb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue