mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add vendor prefix to env variable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
amqp_handler:
|
||||
connection: '%env(RABBIT_MQ_DSN)%'
|
||||
connection: '%env(JURRY_RABBIT_MQ_DSN)%'
|
||||
queues_properties:
|
||||
sync_queue:
|
||||
name: stores_sync
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
|
||||
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user