Files
symfony-flex-recipes-contrib/archived/enqueue.enqueue-bundle/daaea0035c3abd612f71f0288d5c20197c3c34ad.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

44 lines
1.3 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:",
" transport:",
" default: '%env(ENQUEUE_DSN)%'",
" client: ~",
""
],
"executable": false
},
"config/packages/test/enqueue.yaml": {
"contents": [
"enqueue:",
" transport:",
" default: 'null://'",
" client:",
" traceable_producer: true",
""
],
"executable": false
}
},
"ref": "daaea0035c3abd612f71f0288d5c20197c3c34ad"
}
}
}