8000 Add missing TOKEN to DSN‘s · symfony/symfony-docs@809bcbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 809bcbe

Browse files
authored
Add missing TOKEN to DSN‘s
1 parent ec50b76 commit 809bcbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifier.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Service Package DSN
120120
========== =============================== ============================================
121121
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
122122
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
123-
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ENDPOINT?channel=CHANNEL``
124-
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://ENDPOINT?channel=CHANNEL``
123+
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
124+
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
125125
========== =============================== ============================================
126126

127127
.. versionadded:: 5.1

0 commit comments

Comments
 (0)
0