Skip to content

Commit 51f8477

Browse files
committed
minor #13114 Add missing TOKEN to DSN‘s (OskarStark)
This PR was merged into the master branch. Discussion ---------- Add missing TOKEN to DSN‘s cc @wouterj Commits ------- 809bcbe Add missing TOKEN to DSN‘s
2 parents b3100f2 + 809bcbe commit 51f8477

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)