blob: e9a72afe320f698d6a6c5af7ab0b29a8cef7b0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[spectate]
bind = "127.0.0.1:8000"
[game]
bind = "0.0.0.0:4000"
tickrate = 1
tickrate_speedup = 0.1
tickrate_max = 3
[bot]
amount = 10
[database]
path = "/tmp/trondb"
|