Files
symfony-flex-recipes/symfony.ovh-cloud-notifier.5.1.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +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": "fe2e382c22d60eae9ad54cb22862b1c15291fdf8"
}
}
}