From 7e14b62c48b0b82157b3d4f8605c367e132a390a Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Wed, 4 Jun 2014 10:10:30 -0300 Subject: [PATCH] Change default config to connect insight at port 80 --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 88fe27c82..0fe548945 100644 --- a/config.js +++ b/config.js @@ -109,12 +109,12 @@ var defaultConfig = { // blockchain service API config blockchain: { host: 'test.insight.is', - port: 3001 + port: 80 }, // socket service API config socket: { host: 'test.insight.is', - port: 3001 + port: 80 }, // local encryption/security config