mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
15 lines
470 B
JSON
15 lines
470 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " bandwidth: '%env(BANDWIDTH_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY"
|
|
}
|
|
}
|