]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/proxy.config.json
WIP plugins: hook on client side
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
CommitLineData
0cfcbae8
JK
1{
2 "/api": {
3 "target": "http://localhost:9000",
4 "secure": false
5 },
18a6f04c
C
6 "/plugins": {
7 "target": "http://localhost:9000",
8 "secure": false
9 },
0cfcbae8
JK
10 "/static": {
11 "target": "http://localhost:9000",
12 "secure": false
28e0e40d
C
13 },
14 "/socket.io": {
0ba5f5ba
C
15 "target": "ws://localhost:9000",
16 "secure": false,
17 "ws": true
0cfcbae8
JK
18 }
19}