mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
15 lines
428 B
JSON
15 lines
428 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " forty-six-elks: '%env(FORTY_SIX_ELKS_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "FORTY_SIX_ELKS_DSN=forty-six-elks://API_USERNAME:API_PASSWORD@default?from=FROM"
|
|
}
|
|
}
|