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

20 lines
334 B
JSON
Raw Normal View History

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