Browse Source

Add hint to valheim password length

Add hint to default config file. If password is shorten than 5 characters the server did not start.
pull/3216/head
Daniel 5 years ago
committed by GitHub
parent
commit
3cb522a448
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

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

@ -10,6 +10,7 @@
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
servername="Valheim Server"
## minimum password length 5
serverpassword=""
port="2456"
gameworld="${selfname}"

Loading…
Cancel
Save