blob: 2f89098ef2136f976b15a4594cbbf0955bc881ca [file] [log] [blame]
{
"/api/compile": {
"target": "http://localhost:9090",
"secure": false,
"changeOrigin": true
},
"/api/dataset": {
"target": "http://localhost:9092",
"secure": false,
"changeOrigin": true
},
"/api/access/dataset/**": {
"target": "http://localhost:9092",
"secure": false,
"changeOrigin": true
},
"/api/computing-unit": {
"target": "http://localhost:8888",
"secure": false,
"changeOrigin": true
},
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": false
},
"/wsapi": {
"target": "http://localhost:8085",
"secure": false,
"changeOrigin": false,
"ws": true
},
"/rtc": {
"target": "http://localhost:1234",
"ws": true,
"secure": false,
"changeOrigin": false
}
}