d1f3936729846b935102c5b2fe1e428ede8644d0
[oweals/peertube.git] / client / proxy.config.json
1 {
2   "/api": {
3     "target": "http://localhost:9000",
4     "secure": false
5   },
6   "/static": {
7     "target": "http://localhost:9000",
8     "secure": false
9   }
10 }