Skip to content

Commit

Permalink
Merge pull request #1330 from ahmedghanem00/patch-1
Browse files Browse the repository at this point in the history
[Notifier] Add recipe for `JoliNotif` bridge
  • Loading branch information
fabpot authored Aug 27, 2024
2 parents 826046b + 156bf77 commit 3a98003
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/joli-notif-notifier/7.2/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": " jolinotif: '%env(JOLINOTIF_DSN)%'"
}
],
"env": {
"#1": "JOLINOTIF_DSN=jolinotif://default"
}
}

0 comments on commit 3a98003

Please sign in to comment.