8000 feature #13534 Update Slack DSN (fabpot) · symfony/symfony-docs@1b21e63 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b21e63

Browse files
committed
feature #13534 Update Slack DSN (fabpot)
This PR was merged into the master branch. Discussion ---------- Update Slack DSN closes #13531 Commits ------- 411b5c2 Update Slack DSN
2 parents 5aebc6a + 411b5c2 commit 1b21e63

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)
0