From 2bed0aa4d28a43756bd27a811e011cbc921f91c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sama=C3=ABl=20Tomas?= Date: Tue, 30 Apr 2024 10:03:35 +0200 Subject: [PATCH] [Notifier] [Primotexto] Add recipe for Primotexto notifier --- symfony/primotexto-notifier/7.1/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/primotexto-notifier/7.1/manifest.json diff --git a/symfony/primotexto-notifier/7.1/manifest.json b/symfony/primotexto-notifier/7.1/manifest.json new file mode 100644 index 000000000..356392fec --- /dev/null +++ b/symfony/primotexto-notifier/7.1/manifest.json @@ -0,0 +1,14 @@ +{ + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " primotexto: '%env(PRIMOTEXTO_DSN)%'" + } + ], + "env": { + "#1": "PRIMOTEXTO_DSN=primotexto://API_KEY@default?from=FROM" + } +}