LOX24 SMS Gateway Notifier (#1300)

* 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>
This commit is contained in:
Andrey Lebedev
2024-04-14 09:56:18 +02:00
committed by GitHub
co-authored by Oskar Stark
parent cd95d42ca1
commit 762b0a47ab
+14
View File
@@ -0,0 +1,14 @@
{
"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"
}
}