Project

General

Profile

1
dataone.hazelcast.configFilePath=../lib/hazelcast.xml
2
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
3
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
4
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
5
index.hazelcast.indexqueue=hzIndexQueue
6
index.hazelcast.indexeventmap=hzIndexEventMap
7

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