From 5ef607201bf32ba55f9c605f1eb784ef657a6012 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 18 Apr 2014 14:18:52 -0300 Subject: [PATCH] use test.insight.is instead localhost in the host configs --- js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index c5dde3556..6e9c8db65 100644 --- a/js/config.js +++ b/js/config.js @@ -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,