blob: 2c1f9ed7d34091e5bd92e69753e00ee515fd99d3 (
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 = 5
[bot]
amount = 2
[database]
path = "/tmp/trondb"
|