mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
13 lines
177 B
TOML
13 lines
177 B
TOML
[server]
|
|
address = "0.0.0.0:12345"
|
|
max_clients = 32
|
|
timeout_ms = 10000
|
|
|
|
[world]
|
|
file = "world.kubi"
|
|
seed = 0xfeb_face_dead_cafe
|
|
preheat_radius = 8
|
|
|
|
[query]
|
|
name = "Kubi Server"
|