aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-29 22:31:11 -0400
committerhistoria <[not public]>2026-06-29 22:31:11 -0400
commit069d3c1c81d71042706372df153254487a765dfc (patch)
treed83a4a3954d2b8304f49d83e365f4c2b075b91eb /config.yaml
parent6c5271fb085b4571a10f106391974c249cd84317 (diff)
downloadthehouseoficarus-069d3c1c81d71042706372df153254487a765dfc.tar.gz
feat: wip web admin for mapping and crud
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml19
1 files changed, 10 insertions, 9 deletions
diff --git a/config.yaml b/config.yaml
index a55e032..55dfa3e 100644
--- a/config.yaml
+++ b/config.yaml
@@ -5,6 +5,10 @@ startup_validation:
root_rooms: [1001]
ignore_unreachable: []
+tls:
+ cert_file: ""
+ key_file: ""
+
telnet:
enabled: true
port: 4000
@@ -13,21 +17,19 @@ http:
enabled: true
port: 8888
-# To use Telnet TLS or HTTPS, configure the path of a certificate and private
-# key. If cert_file and key_file are left empty, a self-signed certificate is
-# generated automatically on startup.
-
telnet_tls:
enabled: false
port: 4001
- cert_file: ""
- key_file: ""
https:
enabled: false
port: 8443
- cert_file: ""
- key_file: ""
+
+admin_https:
+ enabled: true
+ port: 9090
+ admin_accounts:
+ - admin
default_colors:
room_name: "51 bold"
@@ -56,4 +58,3 @@ default_colors:
credits_pickup: "DC"
map_at: "0F"
map_blocked: "C4"
-