From b497edd092b5b01e7601460308c45d6970fabb54 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 28 Apr 2021 15:11:08 +0200 Subject: global-config: comment on overriding e-mail and Telegram settings --- global-config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/global-config b/global-config index 107ef19..58c9617 100644 --- a/global-config +++ b/global-config @@ -33,6 +33,13 @@ # This is whether or not to send Telegram messages with fixed-width font. :global TelegramFixedWidthFont true; +# It is possible to override e-mail and Telegram setting for every script. +# This is done in arrays EmailGeneralToOverride, EmailGeneralCcOverride, +# TelegramTokenIdOverride and TelegramChatIdOverride like this: +#:global EmailGeneralToOverride { +# "check-certificates"="override@example.com"; +#} + # Toggle this to disable symbols in notifications. :global NotificationsWithSymbols true; # Toggle this to disable color output in terminal/cli. -- cgit v1.2.3-54-g00ecf