-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.json
More file actions
executable file
·31 lines (30 loc) · 1.01 KB
/
Copy pathexample_config.json
File metadata and controls
executable file
·31 lines (30 loc) · 1.01 KB
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
{ "runtime_config": {
"endpoints": [
"/Users/skinner/Desktop/mpcs/practicum/pii_firewall/testing/txt_tests --> /Users/skinner/Desktop/mpcs/practicum/output"
],
"max_threads": 5,
"max_cpus": 2
},
"task_config" : {
"max_thread_per_task" : 5 ,
"target_entities": [
"US_SSN",
"US_PASSPORT",
"US_ITIN",
"US_BANK_NUMBER",
"US_DRIVER_LICENSE",
"PHONE_NUMBER",
"CREDIT_CARD",
"CRYPTO",
"DOMAIN_NAME",
"EMAIL_ADDRESS",
"IBAN_CODE",
"IP_ADDRESS",
"NRP",
"LOCATION",
"PERSON"
],
"pdf_redact_faces": true,
"images_redact_text": false
}
}