-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-config.json
74 lines (74 loc) · 1.84 KB
/
example-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"filePath": "test.txt",
"mode": "csv",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "1.db",
"errorFile": "errors.log",
"imported": true,
"sep": ":",
"total": 0
},
{
"filePath": "test-combo.txt",
"mode": "combo",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "1.db",
"errorFile": "errors.log",
"imported": true,
"sep": ":",
"total": 0
},
{
"filePath": "files/edu1.txt",
"mode": "combo",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "files/edu.db",
"errorFile": "edu.log",
"imported": true,
"sep": ":",
"total": 0
},
{
"filePath": "files/edu2.txt",
"mode": "combo",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "files/edu.db",
"errorFile": "edu.log",
"imported": true,
"sep": ":",
"total": 0
},
{
"filePath": "files/eu.txt",
"mode": "combo",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "files/eu2.db",
"errorFile": "files/log/eu2.log",
"imported": true,
"sep": ":",
"total": 58621
},
{
"filePath": "files/lol.txt",
"mode": "combo",
"emailField": "email",
"usernameField": "username",
"passwordField": "password",
"dbPath": "files/lol.db",
"errorFile": "files/log/lol.log",
"imported": true,
"sep": ":",
"total": 8231
}
]