WIP for automatic network join

This commit is contained in:
Manuel Araoz 2014-04-18 14:40:16 -03:00
commit d62dbeffca
12 changed files with 73 additions and 76 deletions

View file

@ -23,12 +23,12 @@ var config = {
verbose: 1,
},
blockchain: {
host: 'localhost',
port: 3001
host: 'test.insight.is',
port: 80
},
socket: {
host: 'localhost',
port: 3001
host: 'test.insight.is',
port: 80
},
verbose: 1,
};