Merge pull request #506 from yemel/feature/peerjs-server

Add new peerjs server info to the default config
This commit is contained in:
Matias Alejo Garcia 2014-06-02 10:33:15 -03:00
commit 40f8db0e91
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ var defaultConfig = {
//port: 10009, //port: 10009,
//path: '/', //path: '/',
// //
key: 'g23ihfh82h35rf', // api key for the peerjs server key: 'satoshirocks', // api key for the peerjs server
host: '162.242.245.33', // peerjs server host: '162.242.219.26', // peerjs server
port: 10009, port: 80,
path: '/', path: '/',
maxPeers: 15, maxPeers: 15,
debug: 3, debug: 3,