api-proxy-mock/config.json
2026-04-16 12:37:23 +08:00

15 lines
318 B
JSON

{
"routes": {
"/api2/admin/banner/list": "mock/banner.txt"
},
"config": {
"mockEnabled": true,
"cacheConfig": true,
"reloadOnChange": true,
"defaultContentType": "application/json",
"proxyPort": 8877,
"targetHost": "192.168.3.9",
"targetPort": 8092,
"targetHttps": false
}
}