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
parent ef3c8e2865
commit 5ef607201b
1 changed files with 2 additions and 2 deletions

View File

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