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