mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user