Skip to content

Commit c743e20

Browse files
feat(vhserver): add hint to valheim password length (#3216)
* Add hint to valheim password length Add hint to default config file. If password is shorten than 5 characters the server did not start.
1 parent 5ad1240 commit c743e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212
servername="Valheim Server"
13+
# Minimum password length is 5.
1314
serverpassword=""
1415
port="2456"
1516
gameworld="${selfname}"

0 commit comments

Comments
 (0)