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
This commit is contained in:
Emanuele Panzeri
2020-05-01 08:52:05 +02:00
committed by GitHub
parent a2650ca408
commit 82bfdce7a9
@@ -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"
}
}