mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 01:15:42 +02:00
mod/notification-ntfy: use empty strings as default...
... which should be fine now that the credentials are not passed with fetch's properties, but as properly formatted authentication header.
This commit is contained in:
parent
fc3beac83b
commit
2e42f7963c
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@
|
|||
# install the module:
|
||||
# $ScriptInstallUpdate mod/notification-ntfy
|
||||
:global NtfyServer "ntfy.sh";
|
||||
:global NtfyServerUser [];
|
||||
:global NtfyServerPass [];
|
||||
:global NtfyServerToken [];
|
||||
:global NtfyServerUser "";
|
||||
:global NtfyServerPass "";
|
||||
:global NtfyServerToken "";
|
||||
:global NtfyTopic "";
|
||||
|
||||
# It is possible to override e-mail, Telegram, Matrix and Ntfy setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue