mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-config: default for telegram is empty strings...
... to make sure the api is not flooded with invalid requests.
This commit is contained in:
parent
4e02260ad7
commit
7aae1bf9dd
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@
|
||||||
|
|
||||||
# You can send Telegram notifications. Register a bot
|
# You can send Telegram notifications. Register a bot
|
||||||
# and add the token and chat ids here.
|
# and add the token and chat ids here.
|
||||||
:global "telegram-tokenid" "123456:ABCDEF-GHI";
|
:global "telegram-tokenid" "";
|
||||||
:global "telegram-chatid" "12345678";
|
:global "telegram-chatid" "";
|
||||||
|
#:global "telegram-tokenid" "123456:ABCDEF-GHI";
|
||||||
|
#:global "telegram-chatid" "12345678";
|
||||||
|
|
||||||
# This defines what backups to generate and what password to use.
|
# This defines what backups to generate and what password to use.
|
||||||
:global "backup-send-binary" false;
|
:global "backup-send-binary" false;
|
||||||
|
|
Loading…
Reference in a new issue