mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[symfony/*-notifier] Leverage the add-lines configurator (#1217)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sendberry: '%env(SENDBERRY_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SENDBERRY_DSN=sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user