aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-07-17 08:07:12 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-07-17 08:12:00 +0200
commit075859c8986827b21c313affa896de814e3ae763 (patch)
tree9aecdc889603e6add0a0633e66a5b4c84d933452 /global-config
parent0e7b2d3ac735ca4922dc87671138297623ebd4bc (diff)
global-functions: introduce and use $SymbolForNotificationchange-24
Diffstat (limited to 'global-config')
-rw-r--r--global-config5
1 files changed, 4 insertions, 1 deletions
diff --git a/global-config b/global-config
index 87ac2c7..4e5fd4a 100644
--- a/global-config
+++ b/global-config
@@ -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;