mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
* LOX24 SMS Gateway Notifier recipe * LOX24 SMS Gateway Notifier recipe * LOX24 SMS Gateway Notifier recipe * LOX24 SMS Gateway Notifier recipe * Update symfony/lox24-notifier/7.1/manifest.json Co-authored-by: Oskar Stark <oskarstark@googlemail.com> * LOX24 SMS Gateway Notifier recipe --------- Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " lox24: '%env(LOX24_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "LOX24_DSN=lox24://USER:TOKEN@default?from=FROM"
|
|
}
|
|
}
|