mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
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:
co-authored by
Oskar Stark
parent
cd95d42ca1
commit
762b0a47ab
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user