fix settings.js

This commit is contained in:
Manuel Araoz 2014-09-08 16:26:58 -07:00
commit c1d8103374
4 changed files with 18 additions and 18 deletions

View file

@ -35,21 +35,6 @@ var defaultConfig = {
}
},
// blockchain service API config
blockchain: {
schema: 'https',
host: 'test-insight.bitpay.com',
port: 443,
retryDelay: 1000,
},
// socket service API config
socket: {
schema: 'https',
host: 'test-insight.bitpay.com',
port: 443,
reconnectDelay: 1000,
},
// local encryption/security config
passphrase: {
iterations: 100,