1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

feat: Google Chat notifications (#867)

This commit is contained in:
Maël Gangloff 2024-09-04 15:33:43 +02:00 committed by GitHub
parent 50519f1bcd
commit 4c169753d7
6 changed files with 65 additions and 9 deletions

View file

@ -77,4 +77,5 @@ module.exports.custom = {
slackBotToken: process.env.SLACK_BOT_TOKEN,
slackChannelId: process.env.SLACK_CHANNEL_ID,
googleChatWebhookUrl: process.env.GOOGLE_CHAT_WEBHOOK_URL,
};