Skip to content

Commit 82bfdce

Browse files
authored
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
1 parent a2650ca commit 82bfdce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"env": {
3-
"#1": "MATTERMOST_DSN=mattermost://TOKEN@HOST?channel=CHANNEL"
3+
"#1": "See https://docs.mattermost.com/developer/bot-accounts.html",
4+
"#2": "MATTERMOST_DSN=mattermost://TOKEN@HOST?channel=CHANNEL_ID"
45
}
56
}

0 commit comments

Comments
 (0)