flosight-api/config/env/development.js
Matias Alejo Garcia c375d718ab development config
2014-01-07 10:43:50 -03:00

15 lines
265 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',
host: process.env.BITCOIND_HOST || '127.0.0.1',
}
}