settings: simple insight config

This commit is contained in:
Manuel Araoz 2014-09-10 11:49:16 -07:00
parent 4cfe87490f
commit 2aa2d89f92
1 changed files with 2 additions and 6 deletions

View File

@ -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'
},
},