Files
symfony-flex-recipes/symfony.ovh-cloud-notifier.5.1.json
T
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

23 lines
802 B
JSON

{
"manifests": {
"symfony/ovh-cloud-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " ovhcloud: '%env(OVHCLOUD_DSN)%'"
}
],
"env": {
"#1": "OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME"
}
},
"files": [],
"ref": "3021c49f22f8f444550cadb5c1144cbd7a200295"
}
}
}