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

View file

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