From 39abe56f273a930cdfbd89f7dd9569f267dda045 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 1 Feb 2014 22:47:16 -0300 Subject: [PATCH] config files --- config/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.js b/config/config.js index dc6eb10..f28964c 100644 --- a/config/config.js +++ b/config/config.js @@ -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