flosight-api/config/env/development.js
Matias Alejo Garcia 1c96756743 getblock working!
2014-01-06 19:02:33 -03:00

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