22 lines
545 B
JSON
22 lines
545 B
JSON
{
|
|
"routes": {
|
|
"#/api1/account/bind": "mock/basic-error.json",
|
|
"/api2/admin/banner/list": "mock/banner.txt",
|
|
"/api2/home/ad/list": "mock/basic-error.json"
|
|
},
|
|
"routeStatuses": {
|
|
"#/api1/account/bind": 500,
|
|
"/api2/admin/banner/list": 200,
|
|
"/api2/home/ad/list": 200
|
|
},
|
|
"config": {
|
|
"mockEnabled": true,
|
|
"cacheConfig": true,
|
|
"reloadOnChange": true,
|
|
"defaultContentType": "application/json",
|
|
"proxyPort": 8879,
|
|
"targetHost": "192.168.3.9",
|
|
"targetPort": 8092,
|
|
"targetHttps": false
|
|
}
|
|
} |