Merge remote-tracking branch 'colkito/fix/remove-localhost-host'

This commit is contained in:
Ryan X. Charles 2014-04-20 15:48:49 -03:00
commit d2441febb4
1 changed files with 2 additions and 2 deletions

View File

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