diff --git a/config.template.js b/config.template.js index eb8cdcbb8..b4565387b 100644 --- a/config.template.js +++ b/config.template.js @@ -3,14 +3,19 @@ var config = { networkName: 'testnet', network: { - key: 'lwjd5qra8257b9', //Copay API key for public PeerJS server + // key: 'lwjd5qra8257b9', //Copay API key for public PeerJS server // This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh' //key: 'sdfjhwefh', //host: 'localhost', //port: 10009, //path: '/', - maxPeers: 3, - debug: 3, + // + key: 'g23ihfh82h35rf', + host:'162.242.219.26', + port:10009, + path: '/', + maxPeers: 15, + debug: 3 }, limits: { totalCopayers: 10, diff --git a/index.html b/index.html index 5da820527..bf11066d7 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@