module.exports = { port: 8044, mongoAddr: process.env.MONGO_ADDR || 'localhost', mongoPort: 27017, }