Revision 9186
Added by Jing Tao over 9 years ago
lib/metacat.properties | ||
---|---|---|
568 | 568 |
# Client resources |
569 | 569 |
D1Client.resourcesDir=/var/metacat/dataone |
570 | 570 |
# Member Node configuration |
571 |
dataone.nodeId= |
|
571 |
dataone.nodeId=urn:node:METACAT_TEST
|
|
572 | 572 |
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org |
573 | 573 |
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org |
574 | 574 |
dataone.nodeName=My Metacat Node |
Also available in: Unified diff
Modified the dataone.nodeid from blank to urn:node:METACAT_TEST. Now the mn.updateSystemMetadata only allows be called on the authoritative node of a pid. In order to make junit test work, we need to have a value there.