Browse Source

development config

generic-ui
Matias Alejo Garcia 11 years ago
parent
commit
c375d718ab
  1. 1
      config/env/development.js

1
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',
}
}

Loading…
Cancel
Save