nodebb/config.js

10 lines
139 B
JavaScript

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