revert to non ssl peerjs

This commit is contained in:
Matias Alejo Garcia 2014-06-27 17:25:02 -03:00
parent fd6a2c19b2
commit 35c360b405
1 changed files with 6 additions and 3 deletions

View File

@ -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,