mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
802 B
JSON
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"
|
|
}
|
|
}
|
|
}
|