mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-21 11:24:31 +02:00
global-config: comment on overriding e-mail and Telegram settings
This commit is contained in:
parent
9fc75f5932
commit
b497edd092
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@
|
||||||
# This is whether or not to send Telegram messages with fixed-width font.
|
# This is whether or not to send Telegram messages with fixed-width font.
|
||||||
:global TelegramFixedWidthFont true;
|
: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.
|
# Toggle this to disable symbols in notifications.
|
||||||
:global NotificationsWithSymbols true;
|
:global NotificationsWithSymbols true;
|
||||||
# Toggle this to disable color output in terminal/cli.
|
# Toggle this to disable color output in terminal/cli.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue