From bed50fad4ef6e98fcf80cc3c1cf5863c6ae2297e Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem <124502255+ahmedghanem00@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:52:37 +0300 Subject: [PATCH] [Notifier] Enable auto-configuration for the `GoIP` bridge in the `notifier.yaml` --- symfony/go-ip-notifier/6.4/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/symfony/go-ip-notifier/6.4/manifest.json b/symfony/go-ip-notifier/6.4/manifest.json index 1ab504fe2..65efce7b2 100644 --- a/symfony/go-ip-notifier/6.4/manifest.json +++ b/symfony/go-ip-notifier/6.4/manifest.json @@ -1,4 +1,13 @@ { + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " goip: '%env(GOIP_DSN)%'" + } + ], "env": { "#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT" }