From 7aae1bf9dd5714566065ee9958a53be27d73ecc8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 10 Oct 2018 10:22:18 +0200 Subject: global-config: default for telegram is empty strings... ... to make sure the api is not flooded with invalid requests. --- global-config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'global-config') diff --git a/global-config b/global-config index 80e73ac..e6bd20d 100644 --- a/global-config +++ b/global-config @@ -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; -- cgit v1.2.3-54-g00ecf