Files
symfony-flex-recipes/symfony.webapp-pack.1.0.json
T
github-action[bot]andgithub-action[bot] 98fc93e841 Update Flex endpoint
2023-02-08 12:12:44 +00:00

45 lines
2.0 KiB
JSON

{
"manifests": {
"symfony/webapp-pack": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/messenger.yaml": {
"contents": [
"framework:",
" messenger:",
" failure_transport: failed",
"",
" transports:",
" # https://symfony.com/doc/current/messenger.html#transport-configuration",
" async:",
" dsn: '%env(MESSENGER_TRANSPORT_DSN)%'",
" options:",
" use_notify: true",
" check_delayed_interval: 60000",
" retry_strategy:",
" max_retries: 3",
" multiplier: 2",
" failed: 'doctrine://default?queue_name=failed'",
" # sync: 'sync://'",
"",
" routing:",
" Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage: async",
" Symfony\\Component\\Notifier\\Message\\ChatMessage: async",
" Symfony\\Component\\Notifier\\Message\\SmsMessage: async",
"",
" # Route your messages to the transports",
" # 'App\\Message\\YourMessage': async",
""
],
"executable": false
}
},
"ref": "aece95c8a188f6e6d04f01ccb8678d1764fd2642"
}
}
}