Browse Source

added missing gotify alert to loserver

pull/3576/head
Daniel Gibbs 4 years ago
parent
commit
95de7bfa8f
  1. 5
      lgsm/config-default/config-lgsm/loserver/_default.cfg

5
lgsm/config-default/config-lgsm/loserver/_default.cfg

@ -51,6 +51,11 @@ emailalert="off"
email="[email protected]" email="[email protected]"
emailfrom="" emailfrom=""
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
gotifyalert="off"
gotifytoken="token"
gotifywebhook="webhook"
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt # IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
iftttalert="off" iftttalert="off"
ifttttoken="accesstoken" ifttttoken="accesstoken"

Loading…
Cancel
Save