@@ -23,102 +23,10 @@ maxplayers="20"
2323# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2424startparameters =" -game ahl2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
2525
26- # ### LinuxGSM Settings ####
27-
28- # # LinuxGSM Stats
29- # Send useful stats to LinuxGSM developers.
30- # https://docs.linuxgsm.com/configuration/linuxgsm-stats
31- # (on|off)
32- stats =" off"
33-
34- # # Notification Alerts
35- # (on|off)
36-
37- # Display IP | https://docs.linuxgsm.com/alerts#display-ip
38- displayip =" "
39-
40- # More info | https://docs.linuxgsm.com/alerts#more-info
41- postalert =" off"
42-
43- # Discord Alerts | https://docs.linuxgsm.com/alerts/discord
44- discordalert =" off"
45- discordwebhook =" webhook"
46-
47- # Email Alerts | https://docs.linuxgsm.com/alerts/email
48- emailalert =" off"
49- email =" email@example.com"
50- emailfrom =" "
51-
52- # Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
53- gotifyalert =" off"
54- gotifytoken =" token"
55- gotifywebhook =" webhook"
56-
57- # IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
58- iftttalert =" off"
59- ifttttoken =" accesstoken"
60- iftttevent =" linuxgsm_alert"
61-
62- # Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
63- mailgunalert =" off"
64- mailgunapiregion =" us"
65- mailguntoken =" accesstoken"
66- mailgundomain =" example.com"
67- mailgunemailfrom =" alert@example.com"
68- mailgunemail =" email@myemail.com"
69-
70- # Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
71- pushbulletalert =" off"
72- pushbullettoken =" accesstoken"
73- channeltag =" "
74-
75- # Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
76- pushoveralert =" off"
77- pushovertoken =" accesstoken"
78- pushoveruserkey =" userkey"
79-
80- # Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
81- rocketchatalert =" off"
82- rocketchatwebhook =" webhook"
83- rocketchattoken =" "
84-
85- # Slack Alerts | https://docs.linuxgsm.com/alerts/slack
86- slackalert =" off"
87- slackwebhook =" webhook"
88-
89- # Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
90- # You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
91- # For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
92- telegramapi =" api.telegram.org"
93- telegramalert =" off"
94- telegramtoken =" accesstoken"
95- telegramchatid =" "
96- curlcustomstring =" "
97-
98- # # Updating | https://docs.linuxgsm.com/commands/update
99- updateonstart =" off"
100-
101- # # Backup | https://docs.linuxgsm.com/commands/backup
102- maxbackups =" 4"
103- maxbackupdays =" 30"
104- stoponbackup =" on"
105-
106- # # Logging | https://docs.linuxgsm.com/features/logging
107- consolelogging =" on"
108- logdays =" 7"
109-
11026# # Monitor | https://docs.linuxgsm.com/commands/monitor
11127# Query delay time
11228querydelay =" 1"
11329
114- # # ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
115- ansi =" on"
116-
117- # ### Advanced Settings ####
118-
119- # # Message Display Time | https://docs.linuxgsm.com/features/message-display-time
120- sleeptime =" 0.5"
121-
12230# # SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
12331# Server appid
12432appid =" 985050"
@@ -152,7 +60,6 @@ stopmode="3"
15260querymode =" 2"
15361querytype =" protocol-valve"
15462
155-
15663# # Console type
15764consoleverbose =" yes"
15865consoleinteract =" yes"
@@ -175,19 +82,3 @@ servercfg="${selfname}.cfg"
17582servercfgdefault =" server.cfg"
17683servercfgfullpath =" ${servercfgdir}/${servercfg}"
17784
178- # # Backup Directory
179- backupdir =" ${lgsmdir}/backup"
180-
181- # # Logging Directories
182- logdir =" ${rootdir}/log"
183- gamelogdir =" ${systemdir}/logs"
184- lgsmlogdir =" ${logdir}/script"
185- consolelogdir =" ${logdir}/console"
186- lgsmlog =" ${lgsmlogdir}/${selfname}-script.log"
187- consolelog =" ${consolelogdir}/${selfname}-console.log"
188- alertlog =" ${lgsmlogdir}/${selfname}-alert.log"
189- postdetailslog =" ${lgsmlogdir}/${selfname}-postdetails.log"
190-
191- # # Logs Naming
192- lgsmlogdate =" ${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
193- consolelogdate =" ${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
0 commit comments