]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/proxy.config.json
Update chart.js
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
CommitLineData
0cfcbae8
JK
1{
2 "/api": {
60ea45b0 3 "target": "http://127.0.0.1:9000",
0cfcbae8
JK
4 "secure": false
5 },
18a6f04c 6 "/plugins": {
60ea45b0 7 "target": "http://127.0.0.1:9000",
18a6f04c
C
8 "secure": false
9 },
ffb321be 10 "/themes": {
60ea45b0 11 "target": "http://127.0.0.1:9000",
ffb321be
C
12 "secure": false
13 },
0cfcbae8 14 "/static": {
60ea45b0 15 "target": "http://127.0.0.1:9000",
0cfcbae8 16 "secure": false
28e0e40d 17 },
0b353d1d 18 "/lazy-static": {
60ea45b0 19 "target": "http://127.0.0.1:9000",
0b353d1d
C
20 "secure": false
21 },
28e0e40d 22 "/socket.io": {
60ea45b0 23 "target": "ws://127.0.0.1:9000",
0ba5f5ba
C
24 "secure": false,
25 "ws": true
41b15c89 26 },
5cbb5399 27 "/client/assets": {
60ea45b0 28 "target": "http://127.0.0.1:9000",
5cbb5399
C
29 "secure": false
30 },
27bc9586 31 "/client/locales": {
60ea45b0 32 "target": "http://127.0.0.1:9000",
27bc9586
C
33 "secure": false
34 },
2c434c34 35 "/!(client)**": {
60ea45b0 36 "target": "http://127.0.0.1:3000/client/index.html",
2c434c34
C
37 "secure": false,
38 "logLevel": "debug"
39 },
40 "/!(client)**/**": {
60ea45b0 41 "target": "http://127.0.0.1:3000/client/index.html",
2c434c34
C
42 "secure": false,
43 "logLevel": "debug"
0cfcbae8
JK
44 }
45}