You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
467 B
22 lines
467 B
# 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"
|
|
|