Skip to content

Commit

Permalink
LOX24 SMS Gateway Notifier recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
alebedev80 committed Apr 13, 2024
1 parent 13c4b90 commit ad08964
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions symfony/lox24-notifier/7.1/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " lox24: '%env(LOX24_DSN)%'"
"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"
}
],
"env": {
"#1": "LOX24_DSN=lox24://USERNAME:TOKEN@default?from=FROM"
}
}

0 comments on commit ad08964

Please sign in to comment.