1
0
Fork 0
peertube/client/proxy.config.json

15 lines
240 B
JSON

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