settings: change default config

This commit is contained in:
Manuel Araoz 2014-09-10 13:15:19 -07:00
parent 4931f08b5f
commit 56db2bebcf
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'
url: 'https://test-insight.bitpay.com:443'
},
livenet: {
url: 'https://insight.bitpay.com'
url: 'https://insight.bitpay.com:443'
},
},