Files
Microsoft-Rewards-Script/src/config.json
TheNetsky c2b68faa74 1.2.2
2023-10-26 15:31:35 +02:00

27 lines
624 B
JSON

{
"baseURL": "https://rewards.bing.com",
"sessionPath": "sessions",
"headless": false,
"runOnZeroPoints": false,
"clusters": 1,
"workers": {
"doDailySet": true,
"doMorePromotions": true,
"doPunchCards": true,
"doDesktopSearch": true,
"doMobileSearch": true
},
"searchSettings": {
"useGeoLocaleQueries": false,
"scrollRandomResults": true,
"clickRandomResults": true,
"searchDelay": {
"min": 10000,
"max": 20000
}
},
"webhook": {
"enabled": false,
"url": ""
}
}