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