1
0
Fork 0
peertube/client/proxy.config.json
2019-04-15 09:43:23 +02:00

14 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
}
}