aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/proxy.config.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-25 10:44:21 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:00:45 +0200
commit41b15c892192073828458d007256a9dfdf3bb6fb (patch)
treeacfa791944197742044a85a84d1313db74b8e4f4 /client/proxy.config.json
parent03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff)
downloadPeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip
Update client dependencies
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r--client/proxy.config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index 1c5a84c85..7b7357f44 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -19,5 +19,9 @@
19 "target": "ws://localhost:9000", 19 "target": "ws://localhost:9000",
20 "secure": false, 20 "secure": false,
21 "ws": true 21 "ws": true
22 },
23 "/": {
24 "target": "http://localhost:3000/client",
25 "secure": false
22 } 26 }
23} 27}