diff options
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
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; |