From 0b83f44438ecdf42ac94787000bd07153af23270 Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Wed, 19 Oct 2022 23:01:15 +0200 Subject: [PATCH] [Notifier] Update FreeMobile DSN --- symfony/free-mobile-notifier/5.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/free-mobile-notifier/5.1/manifest.json b/symfony/free-mobile-notifier/5.1/manifest.json index c5812b68..17b8a59a 100644 --- a/symfony/free-mobile-notifier/5.1/manifest.json +++ b/symfony/free-mobile-notifier/5.1/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "FREE_MOBILE_DSN=freemobile://default?phone=PHONE" + "#1": "FREE_MOBILE_DSN=freemobile://LOGIN:API_KEY@default?phone=PHONE" } }