PeerTube/client/proxy.config.json

11 lines
158 B
JSON
Raw Normal View History

2019-01-30 02:39:42 -06:00
{
"/api": {
"target": "http://localhost:9000",
"secure": false
},
"/static": {
"target": "http://localhost:9000",
"secure": false
}
}