From 82bfdce7a9b300ded4babf8ab8cd73a7e69789a7 Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Fri, 1 May 2020 08:52:05 +0200 Subject: [PATCH] Update mattermost-notifier: add documentation link Mattermost notifier: add documentation link and use `CHANNEL_ID` as example value for channel, to avoid confusions with the parameter value needed there --- symfony/mattermost-notifier/5.1/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/mattermost-notifier/5.1/manifest.json b/symfony/mattermost-notifier/5.1/manifest.json index bd115a0e..308f7d73 100644 --- a/symfony/mattermost-notifier/5.1/manifest.json +++ b/symfony/mattermost-notifier/5.1/manifest.json @@ -1,5 +1,6 @@ { "env": { - "#1": "MATTERMOST_DSN=mattermost://TOKEN@HOST?channel=CHANNEL" + "#1": "See https://docs.mattermost.com/developer/bot-accounts.html", + "#2": "MATTERMOST_DSN=mattermost://TOKEN@HOST?channel=CHANNEL_ID" } }