chore: change the token lifetime for 1 month
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 86400,
|
||||
"access_token_lifetime": 2592000,
|
||||
"reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 86400,
|
||||
"access_token_lifetime": 2592000,
|
||||
"reset_password_url": "http://localhost:9080/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 86400,
|
||||
"access_token_lifetime": 2592000,
|
||||
"reset_password_url": "http://10.64.1.10:9080/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
"logging": true
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 1,
|
||||
"access_token_lifetime": 86400,
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 2592000,
|
||||
"reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
|
||||
Reference in New Issue
Block a user