PeerTube/client/proxy.config.json
2019-06-11 14:31:12 +02:00

16 lines
254 B
JSON

{
"/api": {
"target": "http://localhost:9000",
"secure": false
},
"/static": {
"target": "http://localhost:9000",
"secure": false
},
"/socket.io": {
"target": "ws://localhost:9000",
"secure": false,
"ws": true
}
}