Project

General

Profile

1
dataone.hazelcast.configFilePath=../lib/hazelcast.xml
2
dataone.hazelcast.location.clientconfig=../lib/hazelcast.xml
3
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
4
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
5
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
6
index.hazelcast.indexqueue=hzIndexQueue
7
index.hazelcast.indexeventmap=hzIndexEventMap
8
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
9

    
10
#Embedded (default):
11
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
12
solr.homeDir=target/classes/solr-home
13
solr.configFileName=solr.xml
14
solr.collectionName=collection1
15
  
16
#HTTP:
17
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
18
#solr.endpoint=http://localhost:8080/solr/
19
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
20
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
21
#solr.systeminfo.urlappendix=/admin/system
22
 
23
server.name=localhost
24
server.httpPort=8080
25
server.httpSSLPort=443
26
application.context=metacat
(2-2/2)