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