ssl for peerjs
This commit is contained in:
parent
35c360b405
commit
b781204b59
1 changed files with 6 additions and 6 deletions
12
config.js
12
config.js
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue