diff --git a/config/env/development.js b/config/env/development.js index 2ddf0dc0..969bd386 100755 --- a/config/env/development.js +++ b/config/env/development.js @@ -9,5 +9,6 @@ module.exports = { user: 'mystery', pass: 'real_mystery', protocol: 'http', + host: process.env.BITCOIND_HOST || '127.0.0.1', } }