Browse Source

removed discord alerts as not quite ready yet.

pull/1483/head
Daniel Gibbs 8 years ago
parent
commit
b2b551518f
  1. 4
      lgsm/config-default/config-lgsm/arkserver/_default.cfg
  2. 4
      lgsm/config-default/config-lgsm/rustserver/_default.cfg

4
lgsm/config-default/config-lgsm/arkserver/_default.cfg

@ -34,10 +34,6 @@ pushbulletalert="off"
pushbullettoken="accesstoken"
channeltag=""
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord
discordalert="off"
discordwebhook="https://discordapp.com/api/webhooks/12345/abcd12345"
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
lgsm/config-default/config-lgsm/rustserver/_default.cfg

@ -42,10 +42,6 @@ fi
## Notification Alerts
# (on|off)
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord
discordalert="off"
discordwebhook="https://discordapp.com/api/webhooks/12345/abcd12345"
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
emailalert="off"
email="[email protected]"

Loading…
Cancel
Save