From 343a02cc940192c48a500ddf5ec425df856fad19 Mon Sep 17 00:00:00 2001 From: sakul95 <60596924+sakul95@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:05:50 +0000 Subject: [PATCH] [Notifier] Add Sipgate bridge manifest --- symfony/sipgate-notifier/7.2/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/sipgate-notifier/7.2/manifest.json diff --git a/symfony/sipgate-notifier/7.2/manifest.json b/symfony/sipgate-notifier/7.2/manifest.json new file mode 100644 index 000000000..a3a616576 --- /dev/null +++ b/symfony/sipgate-notifier/7.2/manifest.json @@ -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" + } +}