From 8e6e4f716f53f839f8f13b182999f11752957c29 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Mon, 3 Nov 2025 22:29:16 +0100 Subject: [PATCH] feature: activate the dashboard for automatic startup with the bot --- src/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.jsonc b/src/config.jsonc index 264f651..b4eef5c 100644 --- a/src/config.jsonc +++ b/src/config.jsonc @@ -135,9 +135,9 @@ "redactEmails": true }, - // Dashboard (NEW) + // Dashboard "dashboard": { - "enabled": false, // Auto-start dashboard with bot (default: false) + "enabled": true, // Auto-start dashboard with bot (default: false) "port": 3000, // Dashboard port (default: 3000) "host": "127.0.0.1" // Bind address (default: 127.0.0.1, localhost only for security) },