change default to use public PeerJS server

...so that when people run things, it works the first time without having to
change the config.
This commit is contained in:
Ryan X. Charles 2014-04-20 16:01:23 -03:00
parent d2441febb4
commit 31b0755ad8
1 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
var config = {
networkName: 'testnet',
network: {
// key: 'lwjd5qra8257b9',
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: '/',
//key: 'sdfjhwefh',
//host: 'localhost',
//port: 10009,
//path: '/',
maxPeers: 3,
debug: 3,
},