Browse Source

servername

pull/3212/head
Daniel Gibbs 5 years ago
parent
commit
98023d76ed
  1. 4
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

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

@ -11,7 +11,7 @@
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
# Name of the server, as shown in steam server list
name="Valheim Server"
servername="Valheim Server"
# Minimum password length is 5 characters & Password cant be in the server name.
password="secret"
# Valheim's default port
@ -22,7 +22,7 @@ world="World"
public="1"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null"
startparameters="-name ${servername} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null"
#### LinuxGSM Settings ####

Loading…
Cancel
Save