api-proxy-mock/config.json

16 lines
369 B
JSON

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