development config

This commit is contained in:
Matias Alejo Garcia 2014-01-07 10:43:50 -03:00
parent cb57249d08
commit c375d718ab
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ module.exports = {
user: 'mystery',
pass: 'real_mystery',
protocol: 'http',
host: process.env.BITCOIND_HOST || '127.0.0.1',
}
}