use new bitcore RpcClient flahs

This commit is contained in:
Matias Alejo Garcia 2014-01-16 10:51:20 -03:00
parent 1a404d4d08
commit 60a2dfa1c2
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ module.exports = {
pass: process.env.BITCOIND_PASS || 'real_mystery',
host: process.env.BITCOIND_HOST || '127.0.0.1',
port: process.env.BITCOIND_PORT || '18332',
disableAgent: true,
},
network: 'testnet',
}

2
config/env/test.js vendored
View File

@ -12,7 +12,7 @@ module.exports = {
pass: process.env.BITCOIND_PASS || 'real_mystery',
host: process.env.BITCOIND_HOST || '127.0.0.1',
port: process.env.BITCOIND_PORT || '18332',
keepConnectionAlive: false,
disableAgent: true,
},
network: 'testnet',
}