settings: change default config

This commit is contained in:
Manuel Araoz 2014-09-10 13:10:10 -07:00
parent 6152227668
commit 4931f08b5f
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ var defaultConfig = {
// network layer config
network: {
testnet: {
url: 'https://test-insight.bitpay.com:443'
url: 'https://test-insight.bitpay.com'
},
livenet: {
url: 'https://insight.bitpay.com:443'
url: 'https://insight.bitpay.com'
},
},