Skip to content

Commit f38f673

Browse files
authored
Fix environment variable name
1 parent 3cf74d4 commit f38f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ the messenger component, the following configuration should have been created:
159159
160160
# .env
161161
###> symfony/messenger ###
162-
MESSENGER_DSN=amqp://guest:guest@localhost:5672/%2f/messages
162+
MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
163163
###< symfony/messenger ###
164164
165165
This is enough to allow you to route your message to the ``amqp`` transport.

0 commit comments

Comments
 (0)