mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 01:10:31 +01:00
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
var config = {
|
|
"port": 4567,
|
|
"mailer": {
|
|
host: 'localhost',
|
|
port: '25',
|
|
from: 'mailer@localhost.lan'
|
|
}
|
|
}
|
|
|
|
module.exports = config; |