From f497ebab7ecf64bb3ba03ab85622c43b19cff889 Mon Sep 17 00:00:00 2001 From: Mathieu Santostefano Date: Sat, 19 Oct 2024 16:46:01 +0200 Subject: [PATCH] feat(notifier): Add Sweego Notifier Bridge recipe --- symfony/sweego-notifier/7.2/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/sweego-notifier/7.2/manifest.json diff --git a/symfony/sweego-notifier/7.2/manifest.json b/symfony/sweego-notifier/7.2/manifest.json new file mode 100644 index 000000000..6f4380c22 --- /dev/null +++ b/symfony/sweego-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": " sweego: '%env(SWEEGO_DSN)%'" + } + ], + "env": { + "#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE" + } +}