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:
Christian Hesse 2025-02-10 08:45:25 +01:00
parent fc3beac83b
commit 2e42f7963c

View file

@ -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