PeerTube/client/proxy.config.json

16 lines
254 B
JSON
Raw Normal View History

2019-01-30 11:39:42 +03:00
{
"/api": {
"target": "http://localhost:9000",
"secure": false
},
"/static": {
"target": "http://localhost:9000",
"secure": false
2019-04-15 10:43:23 +03:00
},
"/socket.io": {
2019-06-11 15:30:49 +03:00
"target": "ws://localhost:9000",
"secure": false,
"ws": true
2019-01-30 11:39:42 +03:00
}
}