mirror of
https://github.com/plankanban/planka.git
synced 2025-07-21 22:29:42 +02:00
feat: Webhooks configuration, all events support, refactoring
This commit is contained in:
parent
3779bdb053
commit
c065566c15
96 changed files with 1280 additions and 509 deletions
|
@ -60,9 +60,8 @@ module.exports.custom = {
|
|||
smtpPassword: process.env.SMTP_PASSWORD,
|
||||
smtpFrom: process.env.SMTP_FROM,
|
||||
|
||||
webhooks: JSON.parse(process.env.WEBHOOKS), // TODO: validate structure
|
||||
|
||||
slackBotToken: process.env.SLACK_BOT_TOKEN,
|
||||
slackChannelId: process.env.SLACK_CHANNEL_ID,
|
||||
|
||||
webhookUrl: process.env.WEBHOOK_URL,
|
||||
webhookBearer: process.env.WEBHOOK_BEARER,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue