mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Add environment variable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
amqp_handler:
|
||||
connection: 'tcp://guest:guest@localhost:5672'
|
||||
connection: '%env'
|
||||
queues_properties:
|
||||
sync_queue:
|
||||
name: stores_sync
|
||||
|
||||
@@ -4,5 +4,8 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"RABBIT_MQ_DSN": "tcp://guest:guest@172.18.0.01:5672"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user