aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-10-09 15:46:39 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-10-09 15:46:39 +0200
commit5e4ef0ab8fe45790acca764f81055ae83b9524fd (patch)
treed70c834e4339ca82b4786babc1a8d85a2fd455e9 /global-config
parent977a5d5f5e021ecdcf22bacb831c5e4042a5c9e5 (diff)
global-functions: add function to notify via e-mail and telegram
Diffstat (limited to 'global-config')
-rw-r--r--global-config5
1 files changed, 5 insertions, 0 deletions
diff --git a/global-config b/global-config
index 743c56f..80e73ac 100644
--- a/global-config
+++ b/global-config
@@ -16,6 +16,11 @@
:global "email-backup-to" "mail@example.com";
:global "email-backup-cc" "";
+# You can send Telegram notifications. Register a bot
+# and add the token and chat ids here.
+:global "telegram-tokenid" "123456:ABCDEF-GHI";
+:global "telegram-chatid" "12345678";
+
# This defines what backups to generate and what password to use.
:global "backup-send-binary" false;
:global "backup-send-export" true;