fix(config): route production URLs through APISIX gateway

Point host_swagger to 192.168.80.123; database host unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Narul Hidayah
2026-05-21 14:57:57 +09:00
parent 1c4eddc0e7
commit 547b047a28

View File

@ -8,7 +8,7 @@
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "http://192.168.80.129/service-user/",
"host_swagger": "http://192.168.80.123/service-user/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",