kubi/Server.toml

12 lines
157 B
TOML
Raw Normal View History

2023-02-10 15:11:18 -06:00
[server]
2023-02-12 15:30:03 -06:00
address = "0.0.0.0:12345"
2023-03-08 20:30:37 -06:00
max_clients = 32
2023-02-12 18:53:55 -06:00
timeout_ms = 10000
2023-03-06 21:50:06 -06:00
[world]
2023-03-06 21:56:51 -06:00
seed = 0xfeb_face_dead_cafe
2024-05-03 17:05:16 -05:00
preheat_radius = 8
2023-03-08 20:30:37 -06:00
[query]
name = "Kubi Server"