feature: activate the dashboard for automatic startup with the bot

This commit is contained in:
2025-11-03 22:29:16 +01:00
parent 6cd512e1b8
commit 8e6e4f716f

View File

@@ -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)
},