PeerTube/client/proxy.config.json

11 lines
158 B
JSON

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