]> Raphaël G. Git Repositories - airlibre/commitdiff
Add symfony messenger block
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:08:14 +0000 (11:08 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:08:14 +0000 (11:08 +0100)
.env

diff --git a/.env b/.env
index 5caab074b602ce2250874df376551dc8a8ebba45..a23f36356a609561cdb4b5648561ef64f1c0490b 100644 (file)
--- a/.env
+++ b/.env
@@ -38,3 +38,10 @@ GOOGLE_CLIENT="Ch4ng3m3!"
 GOOGLE_PROJECT="Ch4ng3m3!"
 GOOGLE_SECRET="Ch4ng3m3!"
 ###< rapsys/airbundle ###
+
+###> symfony/messenger ###
+# Choose one of the transports below
+# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
+# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
+MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
+###< symfony/messenger ###