var mongo_config = { config: 'mydb', secret: 'secret', users: 'users', host: 'localhost', port: '27017', expire: 86400, }; module.exports = mongo_config;