aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/proxy.config.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-11 14:30:49 +0200
committerChocobozzz <me@florianbigard.com>2019-06-11 14:31:12 +0200
commit0ba5f5baade94a051710d9d9d408ac8083c14ac6 (patch)
treee470a2b546d1d1ac9796b6c8ae3afffccd0aca6c /client/proxy.config.json
parentd1ab89deb79f70c439b58750d044d9cadf1194e5 (diff)
downloadPeerTube-0ba5f5baade94a051710d9d9d408ac8083c14ac6.tar.gz
PeerTube-0ba5f5baade94a051710d9d9d408ac8083c14ac6.tar.zst
PeerTube-0ba5f5baade94a051710d9d9d408ac8083c14ac6.zip
Add ability to change email in client
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r--client/proxy.config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index e5f0dfd61..4a72f1826 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -8,7 +8,8 @@
8 "secure": false 8 "secure": false
9 }, 9 },
10 "/socket.io": { 10 "/socket.io": {
11 "target": "http://localhost:9000", 11 "target": "ws://localhost:9000",
12 "secure": false 12 "secure": false,
13 "ws": true
13 } 14 }
14} 15}