add production proxy
This commit is contained in:
Generated
-10036
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"/sysapi": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/login": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/logout": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/adminapi": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/v2": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/all": {
|
||||||
|
"target": "http://130.120.3.232:8001",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
},
|
||||||
|
"/msgexchangeapi": {
|
||||||
|
"target": "http://10.100.100.181",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true,
|
||||||
|
"ws": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user