aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: 448aa686a915aa158721b19203596176e63393e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
game:
  maxWidth: 70  # maximum width for room description text when displayed alongside the mini-map

telnet:
  enabled: true
  port: 4000

http:
  enabled: true
  port: 8888

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