You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
348 B
18 lines
348 B
5 years ago
|
module.exports = {
|
||
|
MAIL_FROM: "Reports <reports@doushio.com>",
|
||
|
MAIL_TO: ['lalc@doushio.com'],
|
||
|
MAIL_THREAD_URL_BASE: 'http://your.board.index/',
|
||
|
MAIL_MEDIA_URL: 'http://your.board.index/media/',
|
||
|
|
||
|
SMTP: {
|
||
|
service: 'Gmail',
|
||
|
auth: {
|
||
|
user: "reports@doushio.com",
|
||
|
pass: "",
|
||
|
},
|
||
|
},
|
||
|
|
||
|
RECAPTCHA_SITE_KEY: '',
|
||
|
RECAPTCHA_SECRET_KEY: '',
|
||
|
};
|