From 0bdf42cd68ee32bef064f9153124560562f38241 Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem <124502255+ahmedghanem00@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:02:37 +0300 Subject: [PATCH] [Notifier] Enable auto-configuration for the `GoIP` bridge in the `notifier.yaml` (#1326) --- 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" }