Skip to content

Commit

Permalink
[Notifier] Add Sipgate bridge manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul95 committed Jul 3, 2024
1 parent 5ef0c5a commit 343a02c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/sipgate-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": " sipgate: '%env(SIPGATE_DSN)%'"
}
],
"env": {
"#1": "SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID"
}
}

0 comments on commit 343a02c

Please sign in to comment.