Skip to content

Commit a392cb3

Browse files
committed
Formatting
1 parent 3ebe946 commit a392cb3

1 file changed

Lines changed: 7 additions & 26 deletions

File tree

src/config.example.json

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
"scrollRandomResults": false,
2222
"clickRandomResults": false,
2323
"parallelSearching": true,
24-
"queryEngines": [
25-
"google",
26-
"wikipedia",
27-
"reddit",
28-
"local"
29-
],
24+
"queryEngines": ["google", "wikipedia", "reddit", "local"],
3025
"searchResultVisitTime": "10sec",
3126
"searchDelay": {
3227
"min": "30sec",
@@ -41,13 +36,8 @@
4136
"consoleLogFilter": {
4237
"enabled": false,
4338
"mode": "whitelist",
44-
"levels": [
45-
"error",
46-
"warn"
47-
],
48-
"keywords": [
49-
"starting account"
50-
],
39+
"levels": ["error", "warn"],
40+
"keywords": ["starting account"],
5141
"regexPatterns": []
5242
},
5343
"proxy": {
@@ -64,24 +54,15 @@
6454
"topic": "",
6555
"token": "",
6656
"title": "Microsoft-Rewards-Script",
67-
"tags": [
68-
"bot",
69-
"notify"
70-
],
57+
"tags": ["bot", "notify"],
7158
"priority": 3
7259
},
7360
"webhookLogFilter": {
7461
"enabled": false,
7562
"mode": "whitelist",
76-
"levels": [
77-
"error"
78-
],
79-
"keywords": [
80-
"starting account",
81-
"select number",
82-
"collected"
83-
],
63+
"levels": ["error"],
64+
"keywords": ["starting account", "select number", "collected"],
8465
"regexPatterns": []
8566
}
8667
}
87-
}
68+
}

0 commit comments

Comments
 (0)