defaults to SSL server of peerjs
This commit is contained in:
parent
1ff057f892
commit
1d45e0fc5d
3 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue