]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
Fix CLI default boolean values
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index e5f0dfd617887be0ee5279b85d1aa6684915a538..4a72f1826337f49fb4d1a687ce6b81e876188f65 100644 (file)
@@ -8,7 +8,8 @@
     "secure": false
   },
   "/socket.io": {
-    "target": "http://localhost:9000",
-    "secure": false
+    "target": "ws://localhost:9000",
+    "secure": false,
+    "ws": true
   }
 }