chore(config): point gateway and swagger URLs to 10.64.1.10:9080

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Narul Hidayah
2026-05-22 10:03:10 +09:00
parent 5b6c8e797e
commit e89b69ab10

View File

@ -8,7 +8,7 @@
"server": {
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "http://192.168.80.50:9080/service-master-data/",
"host_swagger": "http://10.64.1.10:9080/service-master-data/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",