mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"bundles": {
|
|
"OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"RABBITMQ_URL": "amqp://guest:guest@localhost:5672",
|
|
"RABBITMQ_VHOST": "/"
|
|
}
|
|
}
|