mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
11 lines
138 B
TOML
11 lines
138 B
TOML
[server]
|
|
address = "0.0.0.0:12345"
|
|
max_clients = 32
|
|
timeout_ms = 10000
|
|
|
|
[world]
|
|
seed = 0xfeb_face_dead_cafe
|
|
|
|
[query]
|
|
name = "Kubi Server"
|