-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathdefault.json
More file actions
52 lines (52 loc) · 1.27 KB
/
default.json
File metadata and controls
52 lines (52 loc) · 1.27 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"@opentermsarchive/engine": {
"trackingSchedule": "30 */12 * * *",
"collectionPath": "./",
"recorder": {
"versions": {
"storage": {
"type": "git",
"git": {
"path": "./data/versions",
"publish": false,
"snapshotIdentiferTemplate": "./data/snapshots/%SNAPSHOT_ID",
"author": {
"name": "Open Terms Archive Bot",
"email": "bot@opentermsarchive.org"
}
}
}
},
"snapshots": {
"storage": {
"type": "git",
"git": {
"path": "./data/snapshots",
"publish": false,
"author": {
"name": "Open Terms Archive Bot",
"email": "bot@opentermsarchive.org"
}
},
"mongo": {
"connectionURI": "mongodb://127.0.0.1:27017",
"database": "open-terms-archive",
"collection": "snapshots"
}
}
}
},
"fetcher": {
"waitForElementsTimeout": 10000,
"navigationTimeout": 30000,
"language": "en"
},
"logger": {
"sendMailOnError": false,
"timestampPrefix": true
},
"dataset": {
"publishingSchedule": "30 8 * * MON"
}
}
}