Add new peerjs server info to the default config

This commit is contained in:
Yemel Jardi 2014-06-02 10:23:41 -03:00
parent 9cffd56b6b
commit c67689a21c
1 changed files with 3 additions and 3 deletions

View File

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