mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
parent
8e0855f991
commit
778c255502
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module.exports.custom = {
|
|||
smtpPassword: process.env.SMTP_PASSWORD,
|
||||
smtpFrom: process.env.SMTP_FROM,
|
||||
|
||||
webhooks: JSON.parse(process.env.WEBHOOKS), // TODO: validate structure
|
||||
webhooks: JSON.parse(process.env.WEBHOOKS || '[]'), // TODO: validate structure
|
||||
|
||||
slackBotToken: process.env.SLACK_BOT_TOKEN,
|
||||
slackChannelId: process.env.SLACK_CHANNEL_ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue