# Properties file defining options for the MetaCatServlet.java servlet # # Matt Jones, Dan Higgins, Jivka Bojilova # '$Id: metacat.properties 6552 2011-10-27 21:13:32Z leinfelder $' # ######## Configuration utility section ################ configutil.propertiesConfigured=false configutil.authConfigured=false configutil.skinsConfigured=false configutil.databaseConfigured=false configutil.geoserverConfigured=false ############### Server Values ################# server.name=localhost server.httpPort=80 server.httpSSLPort=443 ############### Application Values ############ ## one of the few places where we use ANT tokens application.metacatVersion=@metacatVersion@ application.metacatReleaseInfo=@metacatReleaseInfo@ application.deployDir= ## This is autodiscovered and populated by the config utility application.context= application.default-style=default application.knbSiteURL=http://knb.ecoinformatics.org application.backupDir= application.datafilepath=/var/metacat/data application.inlinedatafilepath=/var/metacat/inline-data application.documentfilepath=/var/metacat/documents application.expandedArchivePath=/var/metacat/expanded-archives application.tempDir=/var/metacat/temporary # the location of cgi scripts relative to the metacat context directory application.cgiDir=/cgi-bin #used for writing debug info into a anouther out file application.writeDebugToFile=true #output file name where debug info will written # TODO SCW: these should be using the temp-dir property for their paths (change in code) application.debugOutputFile=/tmp/metacat.debug #delimitered text output file name where debug info will be written application.delimiteredOutputFile=/tmp/metacat.debug.delimitered ############### Database Values ############### database.connectionURI=jdbc:postgresql://localhost/metacat database.user= database.password= database.type= database.driver= database.adapter= database.scriptsuffix.postgres=postgres.sql database.scriptsuffix.oracle=oracle.sql database.scriptsuffix.sqlserver=sqlserver.sql database.upgradeVersion.0.0.0=xmltables,loaddtdschema database.upgradeVersion.1.2.0=upgrade-db-to-1.2 database.upgradeVersion.1.3.0=upgrade-db-to-1.3 database.upgradeVersion.1.4.0=upgrade-db-to-1.4 database.upgradeVersion.1.5.0=upgrade-db-to-1.5 database.upgradeVersion.1.6.0=upgrade-db-to-1.6 database.upgradeVersion.1.7.0=upgrade-db-to-1.7 database.upgradeVersion.1.8.0=upgrade-db-to-1.8 database.upgradeVersion.1.9.0=upgrade-db-to-1.9 database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1 database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2 database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3 database.upgradeVersion.1.9.4=upgrade-db-to-1.9.4 database.upgradeVersion.1.9.5=upgrade-db-to-1.9.5 database.upgradeVersion.2.0.0=upgrade-db-to-2.0.0 ## for running java-based utilities database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0 database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0 database.initialConnections=5 database.incrementConnections=5 database.maximumConnections=200 database.maximumConnectionAge=120000 database.maximumConnectionTime=60000 database.maximumUsageNumber=100 database.connectionCountWarnLimit=15 database.numberOfIndexingThreads=5 database.indexingTimerTaskTime=604800000 database.indexingInitialDelay=3600000 database.maximumIndexDelay=5000 database.runDBConnectionRecycleThread=off database.cycleTimeOfDBConnection=30000 database.queryignoredparams=enableediting,foo database.usexmlindex=true # used for the setting the size of resultset for applications like morpho database.appResultsetSize=7000 # used for the setting the size of resultset for searches done using browsers database.webResultsetSize=7000 # the value of xml_returnfield.usage_count should be more than this value # for records to be entered into xml_queryresult. so if you want results for # any combination of returnfields to be stored in xml_queryresult only when # that combination has been requested 50 times, set this value to 50 database.xmlReturnfieldCount=0 # used for the setting the size of queryresult_string in queryresult table. # the limit is 4000 for oracle database.queryresultStringLength=500000 #the size of query result cache database.queryresultCacheSize=500 #turn on or off the query result cache database.queryCacheOn=true #the time in milliseconds that an squery can run before metacat logs a warning database.queryTimeWarnLimit=30000 #the time in milliseconds that an squery can run before metacat logs a warning database.squeryTimeWarnLimit=30000 ######## DB Query section ####################################### #the time in milliseconds that a stylesheet transform can run before metacat logs a warning dbquery.transformTimeWarnLimit=60000 #the time in milliseconds to get a document list before metacat logs a warning dbquery.findDocListTimeWarnLimit=60000 #the time in milliseconds to get return values from queryresults table before metacat logs a warning dbquery.findQueryResultsTimeWarnLimit=60000 #the time in milliseconds to run extended (index and node) queries before metacat logs a warning dbquery.extendedQueryRunTimeWarnLimit=60000 #the time in milliseconds to store return fields before metacat logs a warning dbquery.storeReturnFieldTimeWarnLimit=60000 #the time in milliseconds to totally process return fields before metacat logs a warning dbquery.totalReturnFieldTimeWarnLimit=120000 ######## Datamanager section ####################################### datamanager.adapter=PostgresAdapter datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool datamanager.server=localhost datamanager.database=datamanager datamanager.user=datamanager datamanager.password=datamanager datamanager.maxconnections=10 #datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService #datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService #datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService #datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService #datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService #datamanager.srb.endpoint= #datamanager.srb.machinename= ######## Plugin section ####################################### plugin.handlers= ######## Authentication and LDAP ############################################## auth.class=edu.ucsb.nceas.metacat.AuthLdap # Use AuthStub to test and guarantee authentication # auth.class=edu.ucsb.nceas.metacat.AuthStub auth.timeoutMinutes=180 # auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org auth.administrators= auth.url=ldap://ldap.ecoinformatics.org:389/ auth.surl=ldap://ldap.ecoinformatics.org:389/ auth.base=dc=ecoinformatics,dc=org auth.allowedSubmitters= auth.deniedSubmitters= auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org #auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org # time in milliseconds allowed for ldap server connections ldap.connectTimeLimit=5000 # time in milliseconds allowed for ldap server searches ldap.searchTimeLimit=30000 # count of return entries allowed for ldap server searches ldap.searchCountLimit=30000 ldap.referral=follow ldap.onlySecureConnection=false ldap.onlySecureReferalsConnection=false # LDAP templates ldap.templates.stage=initregister ldap.templates.header=genericHeader.tmpl ldap.templates.footer=genericFooter.tmpl ldap.templates.changePass=ldapChangePass.tmpl ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl ldap.templates.resetPass=ldapResetPass.tmpl ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl ldap.templates.register=ldapRegister.tmpl ldap.templates.registerFailed=ldapRegisterFailed.tmpl ldap.templates.registerMatch=ldapRegisterMatch.tmpl ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl ldap.templates.registerLter=ldapRegisterLter.tmpl ldap.templates.success=ldapRegisterSuccess.tmpl ldap.templates.failed=ldapRegisterFailed.tmpl ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl ldap.templates.searchResults=searchResults.tmpl ############### Session Values ############### session.timeoutMinutes=360 ############### Organization Values ############### organization.configured.NCEAS=false organization.name.NCEAS=National Center for Ecological Analysis and Synthesis organization.configured.OBFS=false organization.name.OBFS=Organization of Biological Field Stations organization.configured.OSUSB=false organization.name.OSUSB= organization.configured.UCNRS=false organization.name.UCNRS=University of California Natural Reserve System organization.base.UCNRS=ou=people,o=ucnrs.org organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org organization.password.UCNRS= organization.configured.KU=false organization.name.KU= organization.configured.LTER=false organization.name.LTER= organization.configured.UVM=false organization.name.UVM= organization.configured.SDSC=false organization.name.SDSC= organization.configured.MSU=false organization.name.MSU= organization.configured.NAPIER=false organization.name.NAPIER= organization.configured.SANPARKS=false organization.name.SANPARKS=Kruger National Park organization.configured.SAEON=false organization.name.SAEON=South African Environmental Observation Network Repository organization.name.unaffiliated=unaffiliated organization.base.unaffiliated=dc=ecoinformatics,dc=org organization.org.unaffiliated=o=unaffiliated organization.user.unaffiliated=cn=Manager organization.password.unaffiliated= ######## XML / EML ######################################### xml.saxparser=org.apache.xerces.parsers.SAXParser xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0 xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1 xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0 xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1 xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns# xml.useFullSchemaValidation=true xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1,http://www.kepler-project.org/kar-2.0.0,http://www.kepler-project.org/kar-2.1.0 xml.indexPaths= \ @packageId, \ /reviewHistory/review/packageId, \ abstract, \ abstract/value, \ abstract/para, \ abstract/para/value, \ access/allow/principal, \ additionalMetadata/metadata/spatialResolution/value, \ additionalMetadata/metadata/spatialResolution/units, \ additionalMetadata/moderatorComment, \ associatedParty/individualName/surName, \ associatedParty/organizationName, \ coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \ coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \ coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \ coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate, \ coverage/temporalCoverage/rangeOfDates/endDate/calendarDate, \ coverage/temporalCoverage/singleDateTime/calendarDate, \ coverage/temporalCoverage/rangeOfDates/beginDate/time, \ coverage/temporalCoverage/rangeOfDates/endDate/time, \ coverage/temporalCoverage/singleDateTime/time, \ creator/individualName/surName, \ creator/individualName/givenName, \ creator/organizationName, \ dataset/access/allow/principal, \ dataset/dataTable/physical/distribution/online/url, \ dataset/dataTable/physical/distribution/online/url/@function, \ dataset/spatialRaster/physical/distribution/online/url, \ dataset/spatialRaster/physical/distribution/online/url/@function, \ dataset/otherEntity/physical/distribution/online/url, \ dataset/otherEntity/physical/distribution/online/url/@function, \ physical/encodingMethod, \ dataset/title, \ dataset/title/value, \ eastBoundingCoordinate, \ eastbc, \ EcogridRegEntry/description, \ EcogridRegEntry/endPoint, \ EcogridRegEntry/serviceName, \ entityName, \ geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \ geographicCoverage/boundingCoordinates/northBoundingCoordinate, \ geographicCoverage/boundingCoordinates/southBoundingCoordinate, \ geographicCoverage/boundingCoordinates/westBoundingCoordinate, \ geographicDescription, \ givenName, \ idinfo/citation/citeinfo/title, \ idinfo/citation/citeinfo/origin, \ idinfo/keywords/theme/themekey, \ individualName/surName, \ keyword, \ karEntry/karEntryAttributes/type, \ karEntry/karEntryXML/property/property/@name, \ karEntry/karEntryXML/property/property/@value, \ karEntry/karEntryXML/property/property/property/@name, \ karEntry/karEntryXML/property/property/property/@value, \ karFileName, \ karFileSize, \ keyword/value, \ literalLayout, \ mainAttributes/lsid, \ northbc, \ northBoundingCoordinate, \ organizationName, \ originator/individualName/surName, \ originator/individualName/givenName, \ originator/organizationName, \ para, \ placekey, \ southBoundingCoordinate, \ southbc, \ surName, \ taxonomicClassification/taxonRankName, \ taxonomicClassification/taxonRankValue, \ taxonRankValue, \ title, \ westBoundingCoordinate, \ westbc ######## Outgoing email ######################################### email.mailhost=localhost email.sender=knb-software@nceas.ucsb.edu email.admin=KNB Support email.recipient=knb-software@nceas.ucsb.edu ######## Replication properties ######################################### replication.logdir= ## deltaT=60 ## debuglevel=55 replication.datafileflag=datafile ## TODO MCD this seems to be used in other placed besides replication replication.datafilesizelimit=1000 replication.defaultcontenttype=application/octet-stream replication.timedreplication=false replication.firsttimedreplication=10:00 PM replication.timedreplicationinterval=172800000 replication.forcereplicationwaitingtime=30000 ######## Skins ######################################### skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,semtools ######## Document Section ######################################### #The flag to indicate if invalidated eml 201 documents were corrected. #Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml #schema, which accidentily points to wrong version of eml-resource.xsd. #If this value is false, metacat will run a class to correct eml201 doucment. document.eml201DocumentCorrected=true document.sitecode=nceas document.accNumSeparator=. document.accNumPrefix=autogen ######## Harvester section ######################################### harvester.connectToMetacat=true harvester.delay=0 harvester.administrator=name@institution.edu harvester.logPeriod=90 harvester.maxHarvests=0 harvester.period=24 harvester.smtpServer=localhost harvester.GetDocError=Error getting EML document from site,Error harvester.GetDocSuccess=Success getting EML document from site,Debug harvester.GetHarvestListError=Error getting harvest list from site,Error harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug harvester.HarvesterStartup=Harvester start up,Info harvester.HarvesterShutdown=Harvester shut down,Info harvester.InsertDocError=Error inserting EML document to Metacat,Error harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info harvester.MetacatHasDoc=Metacat already has this EML document,Info harvester.UpdateDocError=Error updating EML document to Metacat,Error harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info harvester.ValidateDocError=Error validating EML docoument,Error harvester.ValidateDocSuccess=Success validating EML document,Debug harvester.ValidateHarvestListError=Error validating harvest list,Error harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug ######## OAI-PMH section ####################################### oaipmh.maxListSize=5 oaipmh.repositoryIdentifier=localhost:8080 AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory # Duration of resumption tokens AbstractCatalog.secondsToLive=3600 # Choose one of the following two AbstractCatalog.granularity=YYYY-MM-DD #AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ # Custom Identify response values Identify.repositoryName=Local Metacat OAI-PMH Data Provider Identify.adminEmail=mailto:admin@localhost Identify.earliestDatestamp=2000-01-01T00:00:00Z Identify.deletedRecord=no # Append something unique like .1, .2, etc to 'Identify.description' for each occurrence #Identify.description.1=oaimetacat.lternet.edu\:http\://metacat.lternet.edu/knb/metacat/knb-lter-lno.1 # List the supported metadataPrefixes along with the class that performs the associated crosswalk Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200 Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201 Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210 ######## Spatial section ######################################### spatial.runSpatialOption=true spatial.regenerateCacheOnRestart=true # Comma-seperated list of schemas containing spatial bounding boxes # name corresponds to the docname stored in xml_documents table spatial.spatialDocnameList=eml,fgdc,metadata # XML paths to the four bounding coordinates # These paths must be included in your indexPaths variable in build.properties # Note the naming convention: # {docname}_{direction}BoundingCoordinatePath=..... # Has not been tested with other schemas besides EML spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc spatial.metadata_westBoundingCoordinatePath=westbc spatial.metadata_eastBoundingCoordinatePath=eastbc spatial.metadata_southBoundingCoordinatePath=southbc spatial.metadata_northBoundingCoordinatePath=northbc spatial.docTitle=dataset/title ######## Geoserver section ####################################### geoserver.username=admin geoserver.password=geoserver geoserver.context=geoserver geoserver.GEOSERVER_DATA_DIR= ######## workflowScheduler section ####################################### workflowScheduler.url=http://chico1.dyndns.org/workflowscheduler/scheduler workflowScheduler.authorizationPath=/services/AuthorizationService workflowScheduler.authenticationPath=/services/AuthenticationService workflowScheduler.queryPath=/services/QueryService ######## SiteMap section ######################################### # relative directory path in which sitemap files should be written ## sitemapDirectory=@install-dir@/sitemaps # Interval (in milliseconds) between rebuilding the sitemap sitemap.interval=86400000 ######## Workflow engine section ######################################### executionEngine.workflowRunEngineName=keplerDevWorkflowEngine executionEngine.endPointAddress=http://kepler-dev.nceas.ucsb.edu/axis2/services/KeplerWebService executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository ######## junit test section ################ test.printdebug=true test.metacatUrl=http://localhost:8080/knb/metacat test.contextUrl=http://localhost:8080/knb test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org test.mcPassword=kepler test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org test.mcAnotherPassword=test test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org test.referralPassword=testreferral test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org test.lterPassword=T3$tusr test.testProperty=testing ######## Developers Section ######################################### # Set dev.runConfiguration to false to keep the system from walking you # through the configuration utility every time you reinstall metacat. # Instead, the system will use backed up configuration values. If you # haven't ever configured the app (no backup files) the system will take # you through the configuration. dev.runConfiguration=true ############# DataONE Section ####################################### D1Client.CN_URL=https://cn-dev.dataone.org/cn #dataone.coordinatingNodeBaseURL=https://cn-dev.dataone.org/cn dataone.memberNodeId=METACAT1 dataone.subject=CN=METACAT1, DC=dataone, DC=org dataone.certpath=/etc/dataone/client/certs dataone.nodeName=My Metacat Node dataone.nodeType=mn dataone.nodeDescription=A DataONE member node implemented in Metacat. dataone.nodeSynchronize=true dataone.nodeReplicate=true dataone.serviceName=d1 # state which versions of each MN tier service are availalble dataone.mnCore.serviceAvailable=true dataone.mnCore.serviceVersion=v1 dataone.mnRead.serviceAvailable=true dataone.mnRead.serviceVersion=v1 dataone.mnAuthorization.serviceAvailable=true dataone.mnAuthorization.serviceVersion=v1 dataone.mnStorage.serviceAvailable=true dataone.mnStorage.serviceVersion=v1 dataone.mnReplication.serviceAvailable=true dataone.mnReplication.serviceVersion=v1 # The DataONE storage cluster configuration for Hazelcast #dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids # Parameters for connecting to the DataONE process cluster as a Hazelcast client dataone.hazelcast.processCluster.groupName=dev dataone.hazelcast.processCluster.password=dataone dataone.hazelcast.processCluster.instances=127.0.0.1 dataone.hazelcast.processCluster.nodesMap=hzNodes # Configure the Member Node client certificate location D1Client.certificate.file=/etc/dataone/client/certs/METACAT1.pem