Skip to content

Commit

Permalink
fix: valheim jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhobson committed Oct 9, 2023
1 parent a1a9d33 commit 4476e9f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/Sergen.Core/GameServers/valheim.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
{
"serverName": "Valheim",
"containerName": "lloesche/valheim-server",
"containerName": "mbround18/valheim",
"containerType": "Sergen.Core.Services.Containers.Docker.DockerInterface",
"ports": {
"2456": "udp",
"2457": "udp",
"2458": "udp"
},
"environmentalVariables": {
"SERVER_NAME": "Sergen Valheim Server",
"WORLD_NAME": "World",
"SERVER_PASS": "SergenServer",
"SERVER_PUBLIC": "true"
"PORT": "2456",
"NAME": "Sergen Valheim Server",
"WORLD": "World",
"PASSWORD": "SergenServer",
"PUBLIC": "1",
"UPDATE_ON_STARTUP": "1",
"TZ": "Europe/London",
"AUTO_UPDATE": "1",
"AUTO_UPDATE_PAUSE_WITH_PLAYERS": "1",
"AUTO_BACKUP": "1"
},
"binds": [
"/opt/valheim",
"/config"
"/home/steam/.config/unity3d/IronGate/Valheim",
"/home/steam/valheim"
]
}

0 comments on commit 4476e9f

Please sign in to comment.