Files
symfony-flex-recipes/symfony/ovh-cloud-notifier/5.1/manifest.json
T

17 lines
487 B
JSON

{
"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"
}
}