mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-config: comment on overriding e-mail and Telegram settings
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user