use test.insight.is instead localhost in the host configs

This commit is contained in:
Mario Colque 2014-04-18 14:18:52 -03:00
commit 5ef607201b

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,