From 56db2bebcf0df0c60e30d65cb69da1d0a5ef72f0 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 10 Sep 2014 13:15:19 -0700 Subject: [PATCH] settings: change default config --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index cdcac0c01..a22baad87 100644 --- a/config.js +++ b/config.js @@ -16,10 +16,10 @@ var defaultConfig = { // network layer config network: { testnet: { - url: 'https://test-insight.bitpay.com' + url: 'https://test-insight.bitpay.com:443' }, livenet: { - url: 'https://insight.bitpay.com' + url: 'https://insight.bitpay.com:443' }, },