diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-10 10:22:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-10 10:22:18 +0200 |
commit | 7aae1bf9dd5714566065ee9958a53be27d73ecc8 (patch) | |
tree | 6c5d54805428d6efced229c1bd6e6b76dc122a32 /global-config | |
parent | 4e02260ad731c370af9a7bf39586be361bf97343 (diff) |
global-config: default for telegram is empty strings...
... to make sure the api is not flooded with invalid requests.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 6 |
1 files changed, 4 insertions, 2 deletions
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; |