mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-22 15:33:13 +01:00
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
var config = {
|
|
"url": "http://designcreateplay.com:4567/",
|
|
"port": 4567,
|
|
"mailer": {
|
|
host: 'localhost',
|
|
port: '25',
|
|
from: 'mailer@designcreateplay.com'
|
|
}
|
|
}
|
|
|
|
module.exports = config; |