From b781204b5919d5b58b6df950021fd897d8516460 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 27 Jun 2014 18:03:20 -0300 Subject: [PATCH] ssl for peerjs --- config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 14d03b91a..d67c0206f 100644 --- a/config.js +++ b/config.js @@ -26,12 +26,12 @@ var defaultConfig = { // Use this to connect to bitpay's PeerJS server key: 'satoshirocks', - host: '162.242.219.26', - port: 10000, - secure: false, - // host: 'copay.io', - // port: 9000, - // secure: true, + // host: '162.242.219.26', + // port: 10000, + // secure: false, + host: 'live.copay.io', + port: 9000, + secure: true, path: '/', // other PeerJS config