-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
68 lines (67 loc) · 1.21 KB
/
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
{
"Global" : {
"dev" : false,
"year" : 2022,
"finalYear": 2022,
"active" : true,
"show" : true,
"errorcleanup" : false,
"fields" : [
"fileDate",
"caseID",
"plaintiff",
"plaintiffAddress",
"plaintiffCity",
"plaintiffPhone",
"plaintiffAttorney",
"defendantName1",
"defendantAddress1",
"defendantCity1",
"defendantPhone1",
"defendantAttorney1",
"defendantName2",
"defendantAddress2",
"defendantCity2",
"defendantPhone2",
"defendantAttorney2",
"caseStatus",
"eventNumber",
"eventDate",
"eventName",
"eventDescription",
"judgmentType",
"judgmentFor",
"judgmentComp",
"address"
]
},
"Clayton" : {
"errorthreshold": 10,
"append" : true
},
"Maconbibb" : {
"errorthreshold": 80,
"startcase": 60000
},
"Henry" : {
"errorthreshold": 10,
"timeout" : 10000
},
"Cobb" : {
"errorthreshold": 10
},
"Gwinnett" : {
"errorthreshold": 200,
"timeout" : 25000
},
"Fulton": {
"errorthreshold": 20,
"append": true
},
"DeKalb": {
"errorthreshold": 40
},
"Chatham": {
"errorthreshold": 40
}
}