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 48878ed commit 25ab9f8Copy full SHA for 25ab9f8
.env
@@ -35,6 +35,14 @@ DATABASE_PASSWORD=db_password
35
###< doctrine/doctrine-bundle ###
36
37
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
46
###> symfony/mercure-bundle ###
47
# See https://symfony.com/doc/current/mercure.html#configuration
48
# The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
0 commit comments