forked from ezpaarse-project/ezpaarse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
76 lines (76 loc) · 1.61 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
69
70
71
72
73
74
75
76
{
"EZPAARSE_ADMIN_MAIL": "[email protected]",
"EZPAARSE_PARENT_URL": "http://ezpaarse-preprod.couperin.org",
"EZPAARSE_MONGO_URL": "mongodb://localhost:27017/ezpaarse",
"EZPAARSE_FEEDBACK_RECIPIENTS": "[email protected]",
"EZPAARSE_SUBSCRIPTION_MAIL": false,
"EZPAARSE_ENV": "production",
"EZPAARSE_NODEJS_PORT": "59599",
"EZPAARSE_NODEJS_VERSION": "8.1.4",
"EZPAARSE_OUTPUT_FIELDS":
[
"datetime",
"date",
"login",
"platform",
"platform_name",
"publisher_name",
"rtype",
"mime",
"print_identifier",
"online_identifier",
"title_id",
"doi",
"publication_title",
"publication_date",
"unitid",
"domain",
"on_campus",
"log_id"
],
"EZPAARSE_MIDDLEWARES": [
"filter",
"parser",
"deduplicator",
"enhancer",
"istex",
"crossref",
"sudoc",
"hal",
"geolocalizer",
"cut",
"on-campus-counter",
"qualifier",
"anonymizer"
],
"EZPAARSE_QUALIFYING_LEVEL": 1,
"EZPAARSE_QUALIFYING_FACTORS": {
"internal": {
"rtype": 0.5,
"mime": 0.5
},
"external": [
{
"file": "platforms/fields.json",
"sublist": "rid",
"attribute": "code",
"weight": 1
}
]
},
"EZPAARSE_TMP_CYCLE": "60min",
"EZPAARSE_TMP_LIFETIME": "1day",
"EZPAARSE_IGNORED_DOMAINS":
[
"www.google.fr",
"www.google.com"
],
"EZPAARSE_GEOLOCALIZE_DEFAULT": "geoip-lookup",
"EZPAARSE_GEOLOCALIZE_SEPARATOR": ".",
"EZPAARSE_ALERTS": {
"activationThreshold": 1000,
"unknownDomainsRate": 10,
"titleIdOccurrenceRate": 20,
"pkbFailRate": 20
}
}