gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
78 lines
2.1 KiB
##################################
|
|
######## Default Settings ########
|
|
##################################
|
|
# DO NOT EDIT WILL BE OVERWRITTEN!
|
|
# Copy settings from here and use them in either
|
|
# common.cfg - applies settings to every instance
|
|
# [instance].cfg - applies settings to a specific instance
|
|
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
|
|
# Edit serverfiles/ts3-server.ini after installation
|
|
|
|
#### LinuxGSM Settings ####
|
|
|
|
## Notification Alerts
|
|
# (on|off)
|
|
|
|
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
|
|
emailalert="off"
|
|
email="[email protected]"
|
|
emailfrom=""
|
|
|
|
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
|
|
pushbulletalert="off"
|
|
pushbullettoken="accesstoken"
|
|
channeltag=""
|
|
|
|
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover
|
|
pushoveralert="off"
|
|
pushovertoken="accesstoken"
|
|
|
|
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
|
|
telegramalert="off"
|
|
telegramtoken=""
|
|
telegramchatid=""
|
|
|
|
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
|
|
updateonstart="off"
|
|
|
|
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
|
|
maxbackups="4"
|
|
maxbackupdays="30"
|
|
stoponbackup="on"
|
|
|
|
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging
|
|
consolelogging="on"
|
|
logdays="7"
|
|
|
|
#### LinuxGSM Advanced Settings ####
|
|
|
|
## LinuxGSM Server Details
|
|
# Do not edit
|
|
gamename="TeamSpeak 3"
|
|
servername="TeamSpeak 3 Server"
|
|
|
|
#### Directories ####
|
|
# Edit with care
|
|
|
|
## Server Specific Directories
|
|
systemdir="${serverfiles}"
|
|
executabledir="${serverfiles}"
|
|
executable="./ts3server_startscript.sh"
|
|
servercfg="${servicename}.ini"
|
|
servercfgdefault="ts3server.ini"
|
|
servercfgdir="${serverfiles}"
|
|
servercfgfullpath="${servercfgdir}/${servercfg}"
|
|
|
|
## Backup Directory
|
|
backupdir="${rootdir}/backups"
|
|
|
|
## Logging Directories
|
|
logdir="${rootdir}/log"
|
|
gamelogdir="${serverfiles}/logs"
|
|
lgsmlogdir="${logdir}/script"
|
|
lgsmlog="${lgsmlogdir}/${servicename}-script.log"
|
|
emaillog="${lgsmlogdir}/${servicename}-email.log"
|
|
|
|
## Logs Naming
|
|
lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
|
|
|