aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: e980438a1a098ee96eab089d17d5c8902c1bca58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
telnet:
  enabled: true
  port: 4000

http:
  enabled: true
  port: 8888

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