Merge pull request #788 from matiu/config/ssl

ssl for peerjs
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-27 18:08:39 -03:00
commit c526926f55
1 changed files with 6 additions and 6 deletions

View File

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