Skip to content

Commit 25ab9f8

Browse files
committed
Composer update
1 parent 48878ed commit 25ab9f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.env

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ DATABASE_PASSWORD=db_password
3535
###< doctrine/doctrine-bundle ###
3636

3737
HTTP_PORT=80
38+
39+
###> symfony/messenger ###
40+
# Choose one of the transports below
41+
# MESSENGER_TRANSPORT_DSN=doctrine://default
42+
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
43+
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
44+
###< symfony/messenger ###
45+
3846
###> symfony/mercure-bundle ###
3947
# See https://symfony.com/doc/current/mercure.html#configuration
4048
# The URL of the Mercure hub, used by the app to publish updates (can be a local URL)

0 commit comments

Comments
 (0)