mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Fix RABBIT_MQ_DSN env variable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
amqp_handler:
|
||||
connection: '%env'
|
||||
connection: '%env(RABBIT_MQ_DSN)%'
|
||||
queues_properties:
|
||||
sync_queue:
|
||||
name: stores_sync
|
||||
|
||||
Reference in New Issue
Block a user