default to public insight server on testnet

This commit is contained in:
Ivan Socolsky 2016-03-11 10:47:25 -03:00
parent 8ce304fd4e
commit 6f7488fb59
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ var config = {
},
testnet: {
provider: 'insight',
//url: 'https://test-insight.bitpay.com:443',
url: 'http://localhost:3001',
url: 'https://test-insight.bitpay.com:443',
// url: 'http://localhost:3001',
// Multiple servers (in priority order)
// url: ['http://a.b.c', 'https://test-insight.bitpay.com:443'],
},