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