mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-09 14:37:58 +00:00
23 lines
467 B
TOML
23 lines
467 B
TOML
# Default config file
|
|
|
|
[log]
|
|
# Possible values: 0-5, off, error, warn, info, debug, trace
|
|
level = "warn"
|
|
|
|
[server]
|
|
ip = "0.0.0.0"
|
|
port = 27010
|
|
|
|
[server.timeout]
|
|
# Time in seconds while challenge is valid
|
|
challenge = 300
|
|
# Time in seconds while server is valid
|
|
server = 300
|
|
|
|
[client]
|
|
# If client version is less then show update message
|
|
version = "0.20"
|
|
update_title = "https://github.com/FWGS/xash3d-fwgs"
|
|
update_map = "Update please"
|
|
update_addr = "127.0.0.1:27010"
|