mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 01:36:16 +00:00
feat: Refactor configuration files for clarity and structure; enhance error reporting with obfuscated webhook URL
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
// Sample accounts configuration. Copy to accounts.jsonc and replace with real values.
|
||||
// Maximum 5 accounts recommended to avoid detection/bans
|
||||
// See docs/accounts.md for detailed configuration guide
|
||||
// Maximum 5 accounts recommended
|
||||
"accounts": [
|
||||
{
|
||||
// Account #1
|
||||
"enabled": true,
|
||||
"email": "",
|
||||
"password": "",
|
||||
"totp": "", // Optional: leave empty if no 2FA, or put your TOTP secret
|
||||
"recoveryEmail": "", // Optional: recovery email for security challenges
|
||||
"totp": "",
|
||||
"recoveryEmail": "",
|
||||
"proxy": {
|
||||
"proxyAxios": false,
|
||||
"url": "",
|
||||
@@ -18,7 +17,6 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
// Account #2
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
@@ -33,7 +31,6 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
// Account #3
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
@@ -48,7 +45,6 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
// Account #4
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
@@ -63,7 +59,6 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
// Account #5
|
||||
"enabled": false,
|
||||
"email": "",
|
||||
"password": "",
|
||||
|
||||
Reference in New Issue
Block a user