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:
@ -8,7 +8,7 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": "7001",
|
"port": "7001",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"host_swagger": "http://192.168.80.50:9080/service-user/",
|
"host_swagger": "http://10.64.1.10:9080/service-user/",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
|
|||||||
Reference in New Issue
Block a user