From a7fec42a0c430ea8908ee34b65fb15e10b17683a Mon Sep 17 00:00:00 2001 From: Jacques de Lamballerie Date: Thu, 22 Nov 2018 15:30:24 +0100 Subject: [PATCH] change default values --- wandi/mailer-bundle/1.0/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wandi/mailer-bundle/1.0/manifest.json b/wandi/mailer-bundle/1.0/manifest.json index 8c13b843..a19b330b 100755 --- a/wandi/mailer-bundle/1.0/manifest.json +++ b/wandi/mailer-bundle/1.0/manifest.json @@ -6,7 +6,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "WANDI_MAILER_SENDER_NAME": "Zinédine Zidane", - "WANDI_MAILER_SENDER_ADDRESS": "zinedine.zidane@france.fr" + "WANDI_MAILER_SENDER_NAME": "Example", + "WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld" } }