mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"bundles": {
|
|
"Wisembly\\AmqpBundle\\WisemblyAmqpBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"AMQP_URL": "amqp://guest:guest@localhost:5672"
|
|
}
|
|
}
|