Skip to content

Commit 78d6598

Browse files
committed
minor #10411 Fix environment variable name (you-ser)
This PR was merged into the 4.1 branch. Discussion ---------- Fix environment variable name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f38f673 Fix environment variable name
2 parents 46fd930 + f38f673 commit 78d6598

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)