Browse Source

fix(dayzserver): add gotify allerts to dayz config

pull/3557/head
Marcin Jakubowski 4 years ago
parent
commit
fe6f923e1f
  1. 5
      lgsm/config-default/config-lgsm/dayzserver/_default.cfg

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

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

Loading…
Cancel
Save