setting prod

This commit is contained in:
Narul Hidayah
2026-06-23 15:24:38 +09:00
parent 188bcca201
commit d73ac9fbbd
2 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,6 @@
},
"service": {
"notification": "http://service-cashier:7004/",
"hrms": "http://localhost:9080/service-hrms/"
"hrms": "http://apisix:9080/service-hrms/"
}
}

View File

@ -8,7 +8,7 @@
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "https://histl.hngv/service-user/",
"host_swagger": "https://histl.hngv/api/service-user/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -26,6 +26,7 @@
"username": "saude_production",
"password": "y0BZQ6of14OULYnb",
"database": "saude_production",
"synchronize": true,
"logging": false
},
"auth": {
@ -35,6 +36,6 @@
},
"service": {
"notification": "http://172.16.10.10:7004/",
"hrms": "https://histl.hngv/service-hrms/"
"hrms": "https://histl.hngv/api/service-hrms/"
}
}