Skip to content

Navigation Menu

Sign in
Appearance settings

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 14ff17d

Browse filesBrowse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Messenger] Fixed the MESSENGER_TRANSPORT_DSN example
2 parents 1e28783 + 462f27f commit 14ff17d
Copy full SHA for 14ff17d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ The SQS transport DSN may looks like this:
13671367
.. code-block:: env
13681368
13691369
# .env
1370-
MESSENGER_TRANSPORT_DSN=https://AKIAIOSFODNN7EXAMPLE:j17M97ffSVoKI0briFoo9a@sqs.eu-west-3.amazonaws.com/123456789012/messages
1370+
MESSENGER_TRANSPORT_DSN=https://sqs.eu-west-3.amazonaws.com/123456789012/messages?access_key=AKIAIOSFODNN7EXAMPLE&secret_key=j17M97ffSVoKI0briFoo9a
13711371
MESSENGER_TRANSPORT_DSN=sqs://localhost:9494/messages?sslmode=disable
13721372
13731373
.. note::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.