forked from phaidra/phaidra-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphaidra-agents.json.example
91 lines (82 loc) · 2.34 KB
/
phaidra-agents.json.example
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"apimharvester": {
"stomp_host": "localhost.localdomain",
"stomp_port": "61613",
"stomp_user": "not used at present",
"stomp_password": "not used at present",
"mongo_host": "host",
"mongo_user": "user",
"mongo_password": "pass",
"mongo_port": "27017",
"mongo_db": "db",
"mongo_collection": "collection",
"update_topic": "fedora.apim.update",
"access_topic": "fedora.apim.access"
},
"apimhooks": {
"stomp_host": "localhost.localdomain",
"stomp_port": "61613",
"stomp_user": "not used at present",
"stomp_password": "not used at present",
"update_topic": "fedora.apim.update",
"access_topic": "fedora.apim.access",
"phaidraapi_baseurl": "apiurl",
"phaidraapi_adminusername": "username",
"phaidraapi_adminpassword": "pass",
"monitoring": {
"pidfile": "/usr/local/phaidra/phaidra-agents/apim-hooks/apim-hooks.pid",
"emailfrom": "[email protected]",
"emailto": "[email protected]"
},
"handle": {
"create_handle": "1",
"ignore_pages": "1",
"hdl_prefix": "",
"instance_hdl_prefix": "",
"instance_url_prefix": ""
},
"irma_mongo": {
"host": "",
"port": "",
"username": "",
"password": "",
"database": ""
}
},
"solrupdater": {
"solr_scheme": "http",
"solr_host": "host",
"solr_port": "8983",
"solr_core": "core",
"solr_user": "user",
"solr_password": "pass",
"mongo_host": "host",
"mongo_user": "user",
"mongo_password": "pass",
"mongo_port": "27017",
"mongo_db": "db",
"mongo_collection": "index"
},
"indexupdater": {
"mongo_host": "host",
"mongo_port": "27017",
"mongo_db": "db",
"mongo_collection": "apim",
"mongo_user": "user",
"mongo_password": "pass",
"phaidraapi_baseurl": "apiurl",
"phaidraapi_adminusername": "username",
"phaidraapi_adminpassword": "pass"
},
"dcupdater": {
"mongo_host": "host",
"mongo_port": "27017",
"mongo_db": "db",
"mongo_collection": "apim",
"mongo_user": "user",
"mongo_password": "pass",
"phaidraapi_baseurl": "apiurl",
"phaidraapi_adminusername": "username",
"phaidraapi_adminpassword": "pass"
}
}