mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"enqueue/enqueue-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Enqueue\\Bundle\\EnqueueBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"ENQUEUE_DSN": "null://"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/enqueue.yaml": {
|
|
"contents": [
|
|
"enqueue:",
|
|
" default:",
|
|
" transport: '%env(resolve:ENQUEUE_DSN)%'",
|
|
" client: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/test/enqueue.yaml": {
|
|
"contents": [
|
|
"enqueue:",
|
|
" default:",
|
|
" transport: 'null:'",
|
|
" client:",
|
|
" traceable_producer: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c6ec89b63f963d10ad0d7a7bea170359c119c8bc"
|
|
}
|
|
}
|
|
}
|