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,