-
-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathconfig.conf
More file actions
19 lines (15 loc) · 561 Bytes
/
config.conf
File metadata and controls
19 lines (15 loc) · 561 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Path configurations
valheimInstallPath="/home/steam/valheimserver"
backupPath="/home/steam/backups"
logFilePath="/var/log/valheim_server.log"
# Server default settings
defaultServerPort="2456"
defaultServerName="My Valheim Server"
defaultWorldName="Valheimia"
defaultPublicVisibility="1" # 1 for public, 0 for private
# SteamCMD path
steamcmdPath="/home/steam/steamcmd"
# Security settings
passwordRequirement="^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$" # Regex for passwords
# Update settings
updateCheckFrequency="daily" # Could be 'daily', 'weekly', etc.