Files
symfony-flex-recipes-contrib/enqueue.dbal.0.4.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

22 lines
936 B
JSON

{
"manifests": {
"enqueue/dbal": {
"manifest": {
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev</comment>",
" in your <comment>.env</comment> file.",
"",
" * Or, to re-use the <comment>DATABASE_URL</comment> environment variable, edit",
" the <comment>config/packages/enqueue.yaml</comment> file and change to",
" <comment>transport: %env(resolve:DATABASE_URL)%</comment>.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md</comment>"
]
},
"files": [],
"ref": "4dd47013ecec8a158d186f63ec4b51f1defff897"
}
}
}