update config

This commit is contained in:
Narul Hidayah
2026-06-22 18:44:50 +09:00
parent d28da5584f
commit 188bcca201

View File

@ -8,7 +8,7 @@
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "http://10.64.1.10:9080/service-user/",
"host_swagger": "https://histl.hngv/service-user/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -31,10 +31,10 @@
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 2592000,
"reset_password_url": "http://10.64.1.10:9080/auth/reset-password/"
"reset_password_url": "https://histl.hngv/auth/reset-password/"
},
"service": {
"notification": "http://172.16.10.10:7004/",
"hrms": "http://10.64.1.10:9080/service-hrms/"
"hrms": "https://histl.hngv/service-hrms/"
}
}