Revision 6477
Added by Matt Jones over 13 years ago
lib/metacat.properties.metadata.xml | ||
---|---|---|
27 | 27 |
<description>Register Handler Plugin extensions</description> |
28 | 28 |
</group> |
29 | 29 |
|
30 |
<group> |
|
31 |
<index>6</index> |
|
32 |
<name>DataONE Member Node Configuration</name> |
|
33 |
<description>Description of DataONE Member Node properties</description> |
|
34 |
</group> |
|
35 |
|
|
30 | 36 |
<config> |
31 | 37 |
<key>application.default-style</key> |
32 | 38 |
<label>Default Skin Style</label> |
... | ... | |
343 | 349 |
<helpFile>properties.html#plugin.handlers</helpFile> |
344 | 350 |
</config> |
345 | 351 |
|
346 |
|
|
347 |
|
|
348 |
</metadataConfig> |
|
352 |
<!-- DataONE configuration --> |
|
353 |
<!-- |
|
354 |
dataone.coordinatingNodeBaseURL=http://cn-dev.test.dataone.org |
|
355 |
dataone.memberNodeId=http://knb-test-1.dataone.org |
|
356 |
dataone.nodeSynchronize=true |
|
357 |
dataone.nodeReplicate=true |
|
358 |
dataone.serviceName=d1 |
|
359 |
--> |
|
360 |
<config> |
|
361 |
<key>dataone.nodeName</key> |
|
362 |
<label>Node Name</label> |
|
363 |
<group>6</group> |
|
364 |
<index>1</index> |
|
365 |
<description>A short, human-readable name for the node used to differentiate it from other Member Nodes in the DataONE federation.</description> |
|
366 |
<helpFile>properties.html#dataone.nodeName</helpFile> |
|
367 |
</config> |
|
368 |
<config> |
|
369 |
<key>dataone.nodeDescription</key> |
|
370 |
<label>Node Description</label> |
|
371 |
<group>6</group> |
|
372 |
<index>2</index> |
|
373 |
<description>A short description of the Member Node providing an overview of its scope and community served.</description> |
|
374 |
<helpFile>properties.html#dataone.nodeDescription</helpFile> |
|
375 |
</config> |
|
376 |
<config> |
|
377 |
<key>dataone.memberNodeId</key> |
|
378 |
<label>Node Identifier</label> |
|
379 |
<group>6</group> |
|
380 |
<index>3</index> |
|
381 |
<description>The unique identifier for this node within the DataONE network.</description> |
|
382 |
<helpFile>properties.html#dataone.memberNodeId</helpFile> |
|
383 |
</config> |
|
384 |
<config> |
|
385 |
<key>dataone.subject</key> |
|
386 |
<label>Node Subject</label> |
|
387 |
<group>6</group> |
|
388 |
<index>4</index> |
|
389 |
<description>The Subject that represents this node in all authenticated sessions, in Distinguished Name format.</description> |
|
390 |
<helpFile>properties.html#dataone.subject</helpFile> |
|
391 |
</config> |
|
392 |
</metadataConfig> |
Also available in: Unified diff
A configuration section for DataONE Member Node properties.