Skip to content

Commit

Permalink
LOX24 SMS Gateway Notifier (#1300)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
alebedev80 and OskarStark committed Apr 14, 2024
1 parent cd95d42 commit 762b0a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/lox24-notifier/7.1/manifest.json
@@ -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"
}
}

0 comments on commit 762b0a4

Please sign in to comment.