config files

This commit is contained in:
Matias Alejo Garcia 2014-02-01 22:47:16 -03:00
parent 02c3512f94
commit 39abe56f27
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module.exports = {
host: process.env.BITCOIND_HOST || '127.0.0.1',
port: process.env.BITCOIND_PORT || '18332',
p2pPort: process.env.BITCOIND_P2P_PORT || '18333',
dataDir: process.env.BITCOIND_DATADIR || './testnet3',
// DO NOT CHANGE THIS!
disableAgent: true