[symfony/*-notifier] Leverage the add-lines configurator (#1217)

This commit is contained in:
Nicolas Grekas
2023-06-21 14:37:46 +02:00
committed by GitHub
parent 3e9ccf07f1
commit ae7f097ccf
79 changed files with 695 additions and 12 deletions
+9
View File
@@ -1,4 +1,13 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " nexmo: '%env(NEXMO_DSN)%'"
}
],
"env": {
"#1": "NEXMO_DSN=nexmo://KEY:SECRET@default?from=FROM"
}