fix(config): add APISIX gateway port 9080 to production URLs
host_swagger now uses http://192.168.80.123:9080 for gateway routing. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"server": {
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "http://192.168.80.123/service-user/",
|
||||
"host_swagger": "http://192.168.80.123:9080/service-user/",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
|
||||
Reference in New Issue
Block a user