mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 01:11:26 +03:00
@@ -54,6 +54,7 @@ module.exports.custom = {
|
||||
|
||||
smtpHost: process.env.SMTP_HOST,
|
||||
smtpPort: process.env.SMTP_PORT || 587,
|
||||
smtpName: process.env.SMTP_NAME,
|
||||
smtpSecure: process.env.SMTP_SECURE === 'true',
|
||||
smtpUser: process.env.SMTP_USER,
|
||||
smtpPassword: process.env.SMTP_PASSWORD,
|
||||
|
||||
Reference in New Issue
Block a user