mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
Add files via upload
Signed-off-by: Rempacious <73411987+Rempacious@users.noreply.github.com>
This commit is contained in:
81
src/accounts.example.jsonc
Normal file
81
src/accounts.example.jsonc
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
// 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": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user