]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index e5f0dfd617887be0ee5279b85d1aa6684915a538..7b7357f44da116dd5e705868714dc0349c629479 100644 (file)
@@ -3,12 +3,25 @@
     "target": "http://localhost:9000",
     "secure": false
   },
+  "/plugins": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
+  "/themes": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
   "/static": {
     "target": "http://localhost:9000",
     "secure": false
   },
   "/socket.io": {
-    "target": "http://localhost:9000",
+    "target": "ws://localhost:9000",
+    "secure": false,
+    "ws": true
+  },
+  "/": {
+    "target": "http://localhost:3000/client",
     "secure": false
   }
 }