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

14 lines
212 B
JavaScript
Executable File

'use strict';
module.exports = {
db: "mongodb://localhost/mystery-dev",
app: {
name: "Mystery - Development"
},
bitcoind: {
user: 'mystery',
pass: 'real_mystery',
protocol: 'http',
}
}