Revision 7030
Added by Chris Jones over 12 years ago
metacat.properties | ||
---|---|---|
499 | 499 |
# Configure the Member Node client certificate location |
500 | 500 |
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem |
501 | 501 |
# Member Node configuration |
502 |
dataone.memberNodeId=
|
|
502 |
dataone.nodeId=
|
|
503 | 503 |
dataone.subject=CN=METACAT1, DC=dataone, DC=org |
504 | 504 |
dataone.contactSubject=CN=METACAT1, DC=dataone, DC=org |
505 | 505 |
dataone.nodeName=My Metacat Node |
Also available in: Unified diff
Globally change the property 'dataone.memberNodeId' to 'dataone.nodeId'. This is more useful for both MNs and CNs implemented in Metacat. Also, change D1NodeService.getLogRecords() to return log entries with the actual node id rather than the IP address (looks like a cut/paste error).
Fixes https://redmine.dataone.org/issues/2367.