module.exports = { 'secret': 'secretfortoken', 'database': 'mongodb://localhost/thoughts' };
module.exports = {
'secret': 'secretfortoken',
'database': 'mongodb://localhost/thoughts'
};