From 2aa2d89f92d0617b5b649d52f553824ed6015c25 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 10 Sep 2014 11:49:16 -0700 Subject: [PATCH] settings: simple insight config --- config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 7bc8ae06c..39fa2cbbb 100644 --- a/config.js +++ b/config.js @@ -16,14 +16,10 @@ var defaultConfig = { // network layer config network: { testnet: { - host: 'test-insight.bitpay.com', - port: 443, - schema: 'https' + url: 'https://test-insight.bitpay.com:443' }, livenet: { - host: 'insight.bitpay.com', - port: 443, - schema: 'https' + url: 'https:insight.bitpay.com:443' }, },