1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

removed test webhook url

This commit is contained in:
Brad Bahls 2023-12-23 08:58:22 -07:00
parent b8ce112dc3
commit 4d12fbf72d

View file

@ -4,7 +4,7 @@ const channelId = 'C06B6F4R9RT';
const plankaProdUrl = 'https://kanban.glitchsecure.com';
const plankaTestUrl = 'http://localhost:3000';
const plankaTestWebhookUrl = 'https://hooks.slack.com/services/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';
const plankaTestWebhookUrl = '';
const slackAPIToken = process.env.SLACK_BOT_TOKEN;
async function sendSlackMessage(messageText) {