Browse Source

fix: ntfy alert should be off by default

pull/4779/head
rconjoe 4 weeks ago
parent
commit
a225730fa9
  1. 3
      lgsm/config-default/config-lgsm/cs2server/_default.cfg

3
lgsm/config-default/config-lgsm/cs2server/_default.cfg

@ -92,7 +92,7 @@ telegramsilentnotification="false"
curlcustomstring="" curlcustomstring=""
# ntfy Alerts | <docs link tbd> # ntfy Alerts | <docs link tbd>
ntfyalert="on" ntfyalert="off"
ntfytopic="LinuxGSM" ntfytopic="LinuxGSM"
ntfyserver="https://ntfy.sh" ntfyserver="https://ntfy.sh"
ntfytoken="" ntfytoken=""
@ -101,6 +101,7 @@ ntfypassword=""
ntfypriority="" ntfypriority=""
ntfytags="" ntfytags=""
## Updating | https://docs.linuxgsm.com/commands/update ## Updating | https://docs.linuxgsm.com/commands/update
updateonstart="off" updateonstart="off"

Loading…
Cancel
Save