From b7690777464a46ecb9a21fff260a2830f3b7fb8f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 15 Oct 2020 22:45:27 +0200 Subject: global-config: do not define mail addresses by default --- global-config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'global-config') diff --git a/global-config b/global-config index 269ac6b..759356c 100644 --- a/global-config +++ b/global-config @@ -19,8 +19,10 @@ # These addresses are used to send e-mails to. The to-address needs # to be filled; cc-address can be empty, one address or a comma # separated list of addresses. -:global EmailGeneralTo "mail@example.com"; -:global EmailGeneralCc "another@example.com"; +:global EmailGeneralTo ""; +:global EmailGeneralCc ""; +#:global EmailGeneralTo "mail@example.com"; +#:global EmailGeneralCc "another@example.com,third@example.com"; # You can send Telegram notifications. Register a bot # and add the token and chat ids here. -- cgit v1.2.3-54-g00ecf