PeerTube/client/proxy.config.json
2019-04-12 09:25:43 +02:00

11 lines
158 B
JSON

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