Revision 6033
Added by Chris Jones over 13 years ago
metacat.properties | ||
---|---|---|
482 | 482 |
|
483 | 483 |
|
484 | 484 |
############# DataONE Section ####################################### |
485 |
dataone.coordinatingNodeBaseURL=http://cn.dataone.org |
|
485 | 486 |
dataone.memberNodeId=http://knb-mn.ecoinformatics.org |
486 | 487 |
dataone.nodeName=metacat |
488 |
dataone.nodeType=mn |
|
487 | 489 |
dataone.nodeDescription=A metacat member node. |
488 | 490 |
dataone.scienceMetadataSchema1=eml://ecoinformatics.org/eml-2.0.0 |
489 | 491 |
dataone.scienceMetadataSchema2=eml://ecoinformatics.org/eml-2.0.1 |
Also available in: Unified diff
Removed hardcoded D1 node type in ResourceHandler and added in a new 'dataone.nodeType' property. Also added 'dataone.coordinatingNodeBaseURL' property which points to the CN that stores the authoritative object format list. If this instance of Metacat is a CN, it may point to itself.