aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: cf546424b6bce1b2c70e32345333a8aaa661fd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
game:
  tick_length: 600       # milliseconds per game tick (min 50)
  game_speed: 1.0        # multiplier for all tick timers (default 1.0)

telnet:
  enabled: true
  port: 4000

http:
  enabled: true
  port: 8888

https:
  enabled: false
  port: 8443
  cert_file: ""
  key_file: ""