diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-28 15:11:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-28 15:11:08 +0200 |
commit | b497edd092b5b01e7601460308c45d6970fabb54 (patch) | |
tree | 3759f993cb422eadb4efaf8a1aff0ab11a24c4cb | |
parent | 9fc75f5932d6a1db129b2d74cfa1fd2aed851328 (diff) |
global-config: comment on overriding e-mail and Telegram settings
-rw-r--r-- | global-config | 7 |
1 files changed, 7 insertions, 0 deletions
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. |