Revision 6864
Added by ben leinfelder about 11 years ago
metacat.properties.metadata.xml | ||
---|---|---|
26 | 26 |
<name>Handler Plugin Configuration</name> |
27 | 27 |
<description>Register Handler Plugin extensions</description> |
28 | 28 |
</group> |
29 |
|
|
30 |
<!-- hidden section for backup convenience --> |
|
31 |
<group> |
|
32 |
<index>6</index> |
|
33 |
<name> </name> |
|
34 |
<description> </description> |
|
35 |
</group> |
|
29 | 36 |
|
30 | 37 |
<config> |
31 | 38 |
<key>application.default-style</key> |
... | ... | |
342 | 349 |
<description>Comma-separated list of fully-qualified class names that implement MetacatHandlerPlugin interface</description> |
343 | 350 |
<helpFile>properties.html#plugin.handlers</helpFile> |
344 | 351 |
</config> |
352 |
|
|
353 |
<!-- DataONE configuration --> |
|
354 |
<config> |
|
355 |
<key>dataone.nodeName</key> |
|
356 |
<label>Node Name</label> |
|
357 |
<group>6</group> |
|
358 |
<index>1</index> |
|
359 |
<fieldType>hidden</fieldType> |
|
360 |
<description> </description> |
|
361 |
<helpFile> </helpFile> |
|
362 |
</config> |
|
363 |
<config> |
|
364 |
<key>dataone.nodeDescription</key> |
|
365 |
<label>Node Description</label> |
|
366 |
<group>6</group> |
|
367 |
<index>2</index> |
|
368 |
<fieldType>hidden</fieldType> |
|
369 |
<description> </description> |
|
370 |
<helpFile> </helpFile> |
|
371 |
</config> |
|
372 |
<config> |
|
373 |
<key>dataone.memberNodeId</key> |
|
374 |
<label>Node Identifier</label> |
|
375 |
<group>6</group> |
|
376 |
<index>3</index> |
|
377 |
<fieldType>hidden</fieldType> |
|
378 |
<description> </description> |
|
379 |
<helpFile> </helpFile> |
|
380 |
</config> |
|
381 |
<config> |
|
382 |
<key>dataone.subject</key> |
|
383 |
<label>Node Subject</label> |
|
384 |
<group>6</group> |
|
385 |
<index>4</index> |
|
386 |
<fieldType>hidden</fieldType> |
|
387 |
<description> </description> |
|
388 |
<helpFile> </helpFile> |
|
389 |
</config> |
|
390 |
<config> |
|
391 |
<key>dataone.nodeSynchronize</key> |
|
392 |
<label>Synchronize?</label> |
|
393 |
<group>6</group> |
|
394 |
<index>5</index> |
|
395 |
<fieldType>hidden</fieldType> |
|
396 |
<description> </description> |
|
397 |
<helpFile> </helpFile> |
|
398 |
</config> |
|
399 |
<config> |
|
400 |
<key>dataone.nodeReplicate</key> |
|
401 |
<label>Replicate?</label> |
|
402 |
<group>6</group> |
|
403 |
<index>6</index> |
|
404 |
<fieldType>hidden</fieldType> |
|
405 |
<description> </description> |
|
406 |
<helpFile> </helpFile> |
|
407 |
</config> |
|
408 |
<config> |
|
409 |
<key>D1Client.certificate.file</key> |
|
410 |
<label>Certificate file</label> |
|
411 |
<group>6</group> |
|
412 |
<index>7</index> |
|
413 |
<fieldType>hidden</fieldType> |
|
414 |
<description> </description> |
|
415 |
<helpFile> </helpFile> |
|
416 |
</config> |
|
417 |
|
|
345 | 418 |
|
346 | 419 |
</metadataConfig> |
Also available in: Unified diff
store D1 configuration properties in the main backup so that they persist between upgrades.