global-config: default for telegram is empty strings...

... to make sure the api is not flooded with invalid requests.
This commit is contained in:
Christian Hesse 2018-10-10 10:22:18 +02:00
parent 4e02260ad7
commit 7aae1bf9dd

View file

@ -18,8 +18,10 @@
# 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";
:global "telegram-tokenid" "";
:global "telegram-chatid" "";
#: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;