var config = { "url": "http://localhost:4567/", "port": 4567, "mailer": { host: 'localhost', port: '25', from: 'mailer@localhost.lan' } } module.exports = config;