bitcore-node-zcash/config/env/development.js

14 lines
212 B
JavaScript
Raw Normal View History

2014-01-06 08:33:58 -08:00
'use strict';
module.exports = {
2014-01-06 09:37:32 -08:00
db: "mongodb://localhost/mystery-dev",
app: {
name: "Mystery - Development"
2014-01-06 14:02:33 -08:00
},
bitcoind: {
user: 'mystery',
pass: 'real_mystery',
protocol: 'http',
2014-01-06 09:37:32 -08:00
}
2014-01-06 14:02:33 -08:00
}