From 35c360b4051d8241394345426d1d1d560c2da20c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 27 Jun 2014 17:25:02 -0300 Subject: [PATCH] revert to non ssl peerjs --- config.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 5ae9d1252..14d03b91a 100644 --- a/config.js +++ b/config.js @@ -26,10 +26,13 @@ var defaultConfig = { // Use this to connect to bitpay's PeerJS server key: 'satoshirocks', - host: 'copay.io', - port: 9000, + host: '162.242.219.26', + port: 10000, + secure: false, + // host: 'copay.io', + // port: 9000, + // secure: true, path: '/', - secure: true, // other PeerJS config maxPeers: 15,