Browse Source

# Updated _default.cfg to match the one of paper

pull/3475/head
C 4 years ago
parent
commit
215c86ef8b
  1. 7
      lgsm/config-default/config-lgsm/fabmcserver/_default.cfg

7
lgsm/config-default/config-lgsm/fabmcserver/_default.cfg

@ -44,6 +44,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"
@ -170,4 +175,4 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
## Logs Naming
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"

Loading…
Cancel
Save