Files
HomeMonitor/Display/proxy.conf.json
2019-10-15 21:00:18 -04:00

23 lines
480 B
JSON

{
"/api/weather": {
"target": "http://172.23.10.3",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/api/power": {
"target": "http://172.23.10.3",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/api/hub": {
"target": "ws://172.23.10.3:80",
"ws": true
},
"/socket.io": {
"target": "http://172.23.10.30:80",
"ws": true
}
}