Skip to content

Commit

Permalink
use RabbitMQ instead
Browse files Browse the repository at this point in the history
  • Loading branch information
makomweb committed Jun 16, 2021
1 parent 19e3a95 commit 1f6d2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ APP_SECRET=b6b0a6461a239d1f95c6f874863c586b

###> symfony/messenger ###
# Choose one of the transports below
MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=doctrine://default
MESSENGER_TRANSPORT_DSN=amqp://guest:guest@127.0.0.1:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###

Expand Down

0 comments on commit 1f6d2a0

Please sign in to comment.