clean config for peerjs

This commit is contained in:
Matias Alejo Garcia 2014-04-17 16:58:07 -03:00
commit f9ee67b548
2 changed files with 11 additions and 17 deletions

View file

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