update reset password

This commit is contained in:
Narul Hidayah
2026-01-02 11:40:15 +07:00
parent aa4833a086
commit b7dae376d2
4 changed files with 9 additions and 9 deletions

View File

@ -3,8 +3,8 @@
<head> <head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Reset Password BRI TL</title> <title>Reset Password TCEL ANATL</title>
<meta name="description" content="Reset Password BRI TL"> <meta name="description" content="Reset Password TCEL ANATL">
<style type="text/css"> <style type="text/css">
a:hover { a:hover {
text-decoration: underline !important; text-decoration: underline !important;

View File

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

View File

@ -8,7 +8,7 @@
"server": { "server": {
"port": "7001", "port": "7001",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/u", "host_swagger": "https://tcelanatl.shiblysolution.id/test/u",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
@ -31,10 +31,10 @@
"auth": { "auth": {
"refresh_token_lifetime_day": 30, "refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400, "access_token_lifetime": 86400,
"reset_password_url": "https://brilianapps.britimorleste.tl/ukln/auth/reset-password/" "reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/"
}, },
"service": { "service": {
"notification": "http://127.0.0.1:4008/", "notification": "http://127.0.0.1:7004/",
"hrms": "http://127.0.0.1:80/" "hrms": "https://tcelanatl.shiblysolution.id/hrms/"
} }
} }

View File

@ -34,7 +34,7 @@
"reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/" "reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/"
}, },
"service": { "service": {
"notification": "http://127.0.0.1:4008/", "notification": "http://127.0.0.1:7004/",
"hrms": "https://tcelanatl.shiblysolution.id/hrms/" "hrms": "https://tcelanatl.shiblysolution.id/hrms/"
} }
} }