-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.29 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
{
"log":"",
"redis":{
"url":"redis://127.0.0.1",
"port":"6379",
"on":1
},
"services":{
"solr":{
"target":"http://127.0.0.1:8983/solr/",
"paths":{
"select":{
"processors":[
"sort_default"
]
},
"update":{
"processors":[
"index_media"
],
"redis":1
}
},
"process_args":{
"index_media":{
"rgf/":{
"files_dir":"/var/www/html",
"repo":"example_rgf",
"date_field":"dcterms_issued_txt",
"texase_addr":"http://127.0.0.1:5001/api/",
"omeka_api_addr":"http://127.0.0.1/api/",
"key_identity":"",
"key_credential":""
},
"minerali/":{
"files_dir":"/var/www/html2",
"repo":"default",
"date_field":"dcterms_issued_txt",
"texase_addr":"http://127.0.0.1:5001/api/",
"omeka_api_addr":"http://example.com/api/",
"key_identity":"",
"key_credential":""
}
}
}
}
}
}