Skip to content

Commit

Permalink
Add notifier-unifonic
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov committed Dec 16, 2023
1 parent 9beedae commit 432da25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/unifonic-notifier/7.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " unifonic: '%env(UNIFONIC_DSN)%'"
}
],
"env": {
"#1": "UNIFONIC_DSN=unifonic://APP_SID@default?from=SENDER"
}
}

0 comments on commit 432da25

Please sign in to comment.