Example file to execute the valheim server
This file contains all the data to run the server.
This commit is contained in:
parent
511b9ac9df
commit
b278f2422e
|
|
@ -0,0 +1,11 @@
|
||||||
|
STEAMAPPID=892970
|
||||||
|
BOX64_LD_LIBRARY_PATH=./linux64:/root/steam/linux32:$BOX64_LD_LIBRARY_PATH
|
||||||
|
BOX64_LOG=1
|
||||||
|
BOX64_TRACE_FILE=/root/valheim_data/output.log
|
||||||
|
BOX64_TRACE=1
|
||||||
|
PUBLIC=0
|
||||||
|
PORT=2456
|
||||||
|
NAME=YourServerName
|
||||||
|
WORLD=YourWorldName
|
||||||
|
SAVEDIR=/root/valheim_data
|
||||||
|
PASSWORD=YourUniquePassw0rd
|
||||||
Loading…
Reference in New Issue