diff options
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/config.yaml b/config.yaml index 29056c1..db6bc0c 100644 --- a/config.yaml +++ b/config.yaml @@ -13,21 +13,25 @@ telnet: enabled: true port: 4000 -http: - enabled: true - port: 8888 - telnet_tls: - enabled: false + enabled: true port: 4001 +http: + enabled: true + port: 8000 + https: enabled: false port: 8443 +admin_http: + enabled: false + port: 8080 + admin_https: enabled: true - port: 9090 + port: 8081 default_colors: room_name: "51 bold" |
