We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea53a3 commit def35a7Copy full SHA for def35a7
notifier.rst
@@ -149,6 +149,8 @@ Chatters are configured using the ``chatter_transports`` setting:
149
150
# .env
151
SLACK_DSN=slack://default/ID
152
+ # If your slack webhook looks like "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX" then use:
153
+ SLACK_DSN=slack://default/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX
154
155
.. configuration-block::
156
0 commit comments