update entity type and reset password

This commit is contained in:
2024-11-30 12:56:44 +07:00
parent 37aa7842fd
commit 388fff9175
21 changed files with 137 additions and 315 deletions

View File

@ -29,6 +29,10 @@
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 300
"access_token_lifetime": 300,
"reset_password_url": "https://bri-dev.shiblysolution.id/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:4008/"
}
}