mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages"
|
|
},
|
|
"aliases": ["messenger"]
|
|
}
|