From a9a2bc15788574c436e19ec4930ff4ce6687d080 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Thu, 15 Feb 2024 12:23:47 +0100 Subject: [PATCH] [Notifier][Pushy] Add recipe for Pushy notifier (#1292) --- symfony/pushy-notifier/7.1/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/pushy-notifier/7.1/manifest.json diff --git a/symfony/pushy-notifier/7.1/manifest.json b/symfony/pushy-notifier/7.1/manifest.json new file mode 100644 index 00000000..496178df --- /dev/null +++ b/symfony/pushy-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": " pushy: '%env(PUSHY_DSN)%'" + } + ], + "env": { + "#1": "PUSHY_DSN=pushy://API_KEY@default" + } +}