Revision 6639
Added by ben leinfelder about 13 years ago
metacat.properties | ||
---|---|---|
496 | 496 |
|
497 | 497 |
############# DataONE Section ####################################### |
498 | 498 |
D1Client.CN_URL=https://cn-dev.dataone.org/cn |
499 |
#dataone.coordinatingNodeBaseURL=https://cn-dev.dataone.org/cn |
|
499 |
# Configure the Member Node client certificate location |
|
500 |
D1Client.certificate.file=/etc/dataone/client/certs/METACAT1.pem |
|
501 |
# Member Node configuration |
|
500 | 502 |
dataone.memberNodeId=METACAT1 |
501 | 503 |
dataone.subject=CN=METACAT1, DC=dataone, DC=org |
502 | 504 |
dataone.nodeName=My Metacat Node |
... | ... | |
529 | 531 |
dataone.hazelcast.processCluster.instances=127.0.0.1 |
530 | 532 |
dataone.hazelcast.processCluster.nodesMap=hzNodes |
531 | 533 |
|
532 |
# Configure the Member Node client certificate location
|
|
533 |
D1Client.certificate.file=/etc/dataone/client/certs/METACAT1.pem
|
|
534 |
# DataONE types XSLT
|
|
535 |
dataone.types.xsl=xslt/dataone.types.v1.xsl
|
|
534 | 536 |
|
535 | 537 |
|
Also available in: Unified diff
lookup stylesheet from metacat.properties for CN list objects and list formats. This is used in conjunction with the CN rest service deployment where the xslt is actually kept.