global-functions: introduce and use $SymbolForNotification

This commit is contained in:
Christian Hesse 2020-07-17 08:07:12 +02:00
parent 0e7b2d3ac7
commit 075859c898
9 changed files with 35 additions and 18 deletions

View file

@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
:global GlobalConfigVersion 23;
:global GlobalConfigVersion 24;
# This is used for DNS and backup file.
:global Domain "example.com";
@ -28,6 +28,9 @@
#:global TelegramTokenId "123456:ABCDEF-GHI";
#:global TelegramChatId "12345678";
# Toggle this to disable symbols in notifications.
:global NotificationsWithSymbols true;
# This defines what backups to generate and what password to use.
:global BackupSendBinary false;
:global BackupSendExport true;