Skip to content

Commit 411b5c2

Browse files
committed
Update Slack DSN
1 parent 5aebc6a commit 411b5c2

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
@@ -127,7 +127,7 @@ integration with these chat services:
127127
========== =============================== ============================================
128128
Service Package DSN
129129
========== =============================== ============================================
130-
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
130+
Slack ``symfony/slack-notifier`` ``slack://default/ID``
131131
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
132132
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
133133
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
@@ -142,7 +142,7 @@ Chatters are configured using the ``chatter_transports`` setting:
142142
.. code-block:: bash
143143
144144
# .env
145-
SLACK_DSN=slack://TOKEN@default?channel=CHANNEL
145+
SLACK_DSN=slack://default/ID
146146
147147
.. configuration-block::
148148

0 commit comments

Comments
 (0)