mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
{
|
|
// See docs/accounts.md for detailed configuration guide
|
|
// Maximum 5 accounts recommended
|
|
"accounts": [
|
|
{
|
|
"enabled": true,
|
|
"email": "",
|
|
"password": "",
|
|
"totp": "",
|
|
"recoveryEmail": "",
|
|
"phoneNumber": "",
|
|
"proxy": {
|
|
"proxyAxios": false,
|
|
"url": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"email": "",
|
|
"password": "",
|
|
"totp": "",
|
|
"recoveryEmail": "",
|
|
"phoneNumber": "",
|
|
"proxy": {
|
|
"proxyAxios": false,
|
|
"url": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"email": "",
|
|
"password": "",
|
|
"totp": "",
|
|
"recoveryEmail": "",
|
|
"phoneNumber": "",
|
|
"proxy": {
|
|
"proxyAxios": false,
|
|
"url": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"email": "",
|
|
"password": "",
|
|
"totp": "",
|
|
"recoveryEmail": "",
|
|
"phoneNumber": "",
|
|
"proxy": {
|
|
"proxyAxios": false,
|
|
"url": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"email": "",
|
|
"password": "",
|
|
"totp": "",
|
|
"recoveryEmail": "",
|
|
"phoneNumber": "",
|
|
"proxy": {
|
|
"proxyAxios": false,
|
|
"url": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
}
|
|
]
|
|
} |