fix settings.js
This commit is contained in:
parent
c9cb2aae57
commit
c1d8103374
4 changed files with 18 additions and 18 deletions
15
config.js
15
config.js
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue