From 222a52597648ceecfcbd2408f0651eb83e1116cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Romey?= Date: Thu, 27 Aug 2020 17:37:41 +0200 Subject: [PATCH] Update Infobip DSN --- symfony/infobip-notifier/5.2/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/infobip-notifier/5.2/manifest.json b/symfony/infobip-notifier/5.2/manifest.json index 569c1a04..b6990caa 100644 --- a/symfony/infobip-notifier/5.2/manifest.json +++ b/symfony/infobip-notifier/5.2/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "INFOBIP_DSN=infobip://authtoken@default?from=FROM" + "#1": "INFOBIP_DSN=infobip://AUTH_TOKEN@INFOBIP_HOST?from=FROM" } }