aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: b4bf45d86cfd4dba8f9c6679bcda04cbb575f476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
game:
  tick_length: 60          # milliseconds per game tick (min 50)

telnet:
  enabled: true
  port: 4000

http:
  enabled: true
  port: 8888

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