mirror of
https://github.com/plankanban/planka.git
synced 2025-08-02 20:15:27 +02:00
parent
4cbd2f85c7
commit
2d6666d693
4 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue