mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
15 lines
1.2 KiB
Properties
15 lines
1.2 KiB
Properties
alfresco.search.ssl=<Set name="KeyStoreType"><Property name="solr.jetty.keystore.type" default="JCEKS"/></Set>\
|
|
${line.separator} <Set name="TrustStoreType"><Property name="solr.jetty.truststore.type" default="JCEKS"/></Set>
|
|
alfresco.search.ssl.token= <Set name="excludeProtocols">
|
|
alfresco.search.ssl.need.token=needClientAuth" default="false"
|
|
alfresco.search.ssl.need=needclientauth" default="true"
|
|
alfresco.search.logs=SOLR_LOGS_DIR=../../logs\
|
|
${line.separator}LOG4J_PROPS=$SOLR_LOGS_DIR/log4j.properties
|
|
alfresco.gc.logs=GC_LOG_OPTS=""
|
|
alfresco.gc.logs.win=set "GC_LOG_OPTS= "
|
|
alfresco.search.logs.win=set SOLR_LOGS_DIR=..\\..\\logs\
|
|
${line.separator}set LOG4J_CONFIG=!SOLR_LOGS_DIR!\\log4j.properties
|
|
alfresco.search.config=# Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\
|
|
${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000"
|
|
alfresco.search.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\
|
|
${line.separator}set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 |