From 8c88181e1653251108e44a9b25596261252d3c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Romey?= Date: Thu, 20 Aug 2020 10:33:55 +0200 Subject: [PATCH] Add DSN support for Infobip --- symfony/infobip-notifier/5.2/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/infobip-notifier/5.2/manifest.json diff --git a/symfony/infobip-notifier/5.2/manifest.json b/symfony/infobip-notifier/5.2/manifest.json new file mode 100644 index 00000000..569c1a04 --- /dev/null +++ b/symfony/infobip-notifier/5.2/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "INFOBIP_DSN=infobip://authtoken@default?from=FROM" + } +}