PeerTube/client/proxy.config.json

15 lines
240 B
JSON
Raw Normal View History

2019-01-30 09:39:42 +01:00
{
"/api": {
"target": "http://localhost:9000",
"secure": false
},
"/static": {
"target": "http://localhost:9000",
"secure": false
2019-04-15 09:43:23 +02:00
},
"/socket.io": {
"target": "http://localhost:9000",
"secure": false
2019-01-30 09:39:42 +01:00
}
}