update hard delete service user

This commit is contained in:
2024-12-13 09:47:52 +07:00
parent 2b803386fa
commit cdf8d4c07d
6 changed files with 30 additions and 10 deletions

View File

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

View File

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