diff options
| author | historia <[not public]> | 2026-06-30 04:43:54 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 04:43:54 -0400 |
| commit | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (patch) | |
| tree | d4c5c4955ba8e02e895ae0713a2c3439bc93868a /config.yaml | |
| parent | 712072209ab5e3b3a14ebc0c770b020afe544560 (diff) | |
| download | thehouseoficarus-98bdef072c843fdd8ccdf85a9b54ab9d32d34187.tar.gz | |
slop refactor
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" |
