mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
feature: activate the dashboard for automatic startup with the bot
This commit is contained in:
@@ -135,9 +135,9 @@
|
|||||||
"redactEmails": true
|
"redactEmails": true
|
||||||
},
|
},
|
||||||
|
|
||||||
// Dashboard (NEW)
|
// Dashboard
|
||||||
"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)
|
"port": 3000, // Dashboard port (default: 3000)
|
||||||
"host": "127.0.0.1" // Bind address (default: 127.0.0.1, localhost only for security)
|
"host": "127.0.0.1" // Bind address (default: 127.0.0.1, localhost only for security)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user