defaults to SSL server of peerjs

This commit is contained in:
Matias Alejo Garcia 2014-06-27 16:44:33 -03:00
commit 1d45e0fc5d
3 changed files with 8 additions and 8 deletions

View file

@ -26,10 +26,10 @@ var defaultConfig = {
// Use this to connect to bitpay's PeerJS server
key: 'satoshirocks',
host: '162.242.219.26',
port: 10000,
host: 'copay.io',
port: 9000,
path: '/',
secure: false,
secure: true,
// other PeerJS config
maxPeers: 15,