]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/proxy.config.json
Update translations and support Greek language
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
1 {
2 "/api": {
3 "target": "http://localhost:9000",
4 "secure": false
5 },
6 "/plugins": {
7 "target": "http://localhost:9000",
8 "secure": false
9 },
10 "/themes": {
11 "target": "http://localhost:9000",
12 "secure": false
13 },
14 "/static": {
15 "target": "http://localhost:9000",
16 "secure": false
17 },
18 "/socket.io": {
19 "target": "ws://localhost:9000",
20 "secure": false,
21 "ws": true
22 },
23 "/!(client)**": {
24 "target": "http://localhost:3000/client/index.html",
25 "secure": false,
26 "logLevel": "debug"
27 },
28 "/!(client)**/**": {
29 "target": "http://localhost:3000/client/index.html",
30 "secure": false,
31 "logLevel": "debug"
32 }
33 }