Browse Source

added new servers

pull/2732/head
Daniel Gibbs 5 years ago
parent
commit
1f4fa0ce13
  1. 2
      lgsm/config-default/config-lgsm/common-template.cfg
  2. 2
      lgsm/config-default/config-lgsm/instance-template.cfg
  3. 4
      lgsm/config-default/config-lgsm/onsetserver/_default.cfg

2
lgsm/config-default/config-lgsm/common-template.cfg

@ -2,4 +2,4 @@
######## Common Settings ######### ######## Common Settings #########
################################## ##################################
# PLACE GLOBAL SETTINGS HERE # PLACE GLOBAL SETTINGS HERE
## These settings will apply to all instances ## These settings will apply to all instances.

2
lgsm/config-default/config-lgsm/instance-template.cfg

@ -2,4 +2,4 @@
####### Instance Settings ######## ####### Instance Settings ########
################################## ##################################
# PLACE INSTANCE SETTINGS HERE # PLACE INSTANCE SETTINGS HERE
## These settings will apply to a specific instance ## These settings will apply to a specific instance.

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

@ -6,6 +6,8 @@
# common.cfg - applies settings to every instance. # common.cfg - applies settings to every instance.
# [instance].cfg - applies settings to a specific instance. # [instance].cfg - applies settings to a specific instance.
#### Game Server Settings ####
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){ fn_parms(){
parms="--config ${servercfgfullpath}" parms="--config ${servercfgfullpath}"
@ -28,7 +30,7 @@ displayip=""
# More info | https://docs.linuxgsm.com/alerts#more-info # More info | https://docs.linuxgsm.com/alerts#more-info
postalert="off" postalert="off"
postdays="7" postdays="7"
posttarget="https://hastebin.com" posttarget="https://termbin.com"
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord # Discord Alerts | https://docs.linuxgsm.com/alerts/discord
discordalert="off" discordalert="off"

Loading…
Cancel
Save