]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/proxy.config.json
Add additional checks when importing a video
[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 },
ffb321be
C
10 "/themes": {
11 "target": "http://localhost:9000",
12 "secure": false
13 },
0cfcbae8
JK
14 "/static": {
15 "target": "http://localhost:9000",
16 "secure": false
28e0e40d 17 },
0b353d1d
C
18 "/lazy-static": {
19 "target": "http://localhost:9000",
20 "secure": false
21 },
28e0e40d 22 "/socket.io": {
0ba5f5ba
C
23 "target": "ws://localhost:9000",
24 "secure": false,
25 "ws": true
41b15c89 26 },
5cbb5399
C
27 "/client/assets": {
28 "target": "http://localhost:9000",
29 "secure": false
30 },
27bc9586
C
31 "/client/locales": {
32 "target": "http://localhost:9000",
33 "secure": false
34 },
2c434c34
C
35 "/!(client)**": {
36 "target": "http://localhost:3000/client/index.html",
37 "secure": false,
38 "logLevel": "debug"
39 },
40 "/!(client)**/**": {
41 "target": "http://localhost:3000/client/index.html",
42 "secure": false,
43 "logLevel": "debug"
0cfcbae8
JK
44 }
45}