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.
16 lines
273 B
16 lines
273 B
1 year ago
|
# 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
|