Skip to content

Commit

Permalink
Merge pull request #1323 from sakul95/main
Browse files Browse the repository at this point in the history
[Notifier] Add Sipgate
  • Loading branch information
fabpot authored Jul 6, 2024
2 parents fece185 + 343a02c commit 8f8001c
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 8f8001c

Please sign in to comment.