From ee28f84de7a6b856ba14dc892c3178b1f962bbdc Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem Date: Fri, 11 Aug 2023 23:58:59 +0300 Subject: [PATCH 1/2] [Notifier] Add GoIP bridge --- symfony/goip-notifier/6.4/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/goip-notifier/6.4/manifest.json diff --git a/symfony/goip-notifier/6.4/manifest.json b/symfony/goip-notifier/6.4/manifest.json new file mode 100644 index 00000000..f228913f --- /dev/null +++ b/symfony/goip-notifier/6.4/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "GoIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT" + } +} From 767f1e626b517a8ce5ee8bfb4022a29a0b9c24ed Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem <124502255+ahmedghanem00@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:43:02 +0300 Subject: [PATCH 2/2] Update symfony/goip-notifier/6.4/manifest.json Co-authored-by: Oskar Stark --- symfony/goip-notifier/6.4/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/goip-notifier/6.4/manifest.json b/symfony/goip-notifier/6.4/manifest.json index f228913f..1ab504fe 100644 --- a/symfony/goip-notifier/6.4/manifest.json +++ b/symfony/goip-notifier/6.4/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "GoIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT" + "#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT" } }