Skip to content

Commit

Permalink
try to fix behats in sylius 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszWojdalowicz committed May 17, 2022
1 parent 5e108aa commit 3560832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Application/.env
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ JWT_PASSPHRASE=YOUR_SECRET_PASSPHRASE
# Delivery is disabled by default via "null://localhost"
MAILER_URL=smtp://localhost
###< symfony/swiftmailer-bundle ###

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

0 comments on commit 3560832

Please sign in to comment.