mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
removed test webhook url
This commit is contained in:
parent
b8ce112dc3
commit
4d12fbf72d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const channelId = 'C06B6F4R9RT';
|
||||||
|
|
||||||
const plankaProdUrl = 'https://kanban.glitchsecure.com';
|
const plankaProdUrl = 'https://kanban.glitchsecure.com';
|
||||||
const plankaTestUrl = 'http://localhost:3000';
|
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;
|
const slackAPIToken = process.env.SLACK_BOT_TOKEN;
|
||||||
|
|
||||||
async function sendSlackMessage(messageText) {
|
async function sendSlackMessage(messageText) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue