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
commit 31b0755ad8

View file

@ -3,12 +3,12 @@
var config = { var config = {
networkName: 'testnet', networkName: 'testnet',
network: { 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' // This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh'
key: 'sdfjhwefh', //key: 'sdfjhwefh',
host: 'localhost', //host: 'localhost',
port: 10009, //port: 10009,
path: '/', //path: '/',
maxPeers: 3, maxPeers: 3,
debug: 3, debug: 3,
}, },