-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathproject.properties
40 lines (34 loc) · 2.45 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Specifies the location of the spring context file putted automatically to the global platform application context.
groovypatches.application-context=groovypatches-spring.xml
# Project specific extension name, will be used for patches identification and Context restoration in case of failed patches
# If project specific extension was generated via `ygroovypatches` template extension this property will be set automatically
patches.groovy.project.extension.name=
# default Impex Import Configuration, which will be set via GlobalContext, can be overridden per Patch or per individual Impex
patches.groovy.impex.import.configuration.failOnError=true
patches.groovy.impex.import.configuration.enableCodeExecution=true
patches.groovy.impex.import.configuration.legacyMode=false
patches.groovy.impex.import.configuration.removeOnSuccess=false
patches.groovy.impex.import.configuration.synchronous=true
patches.groovy.impex.import.configuration.errorIfMissing=true
# If set to true Release ID will be added to the Log4j2 ThreadContext and available in ELK
log4j2.threadContext.ReleaseId.enabled=true
# If set to true Patch ID will be added to the Log4j2 ThreadContext and available in ELK
log4j2.threadContext.PatchId.enabled=true
patches.groovy.solr.index.force.disable=false
patches.groovy.solr.index.partial.serviceLayerJob.code=patchesPartialSolrExtIndexerJob
patches.groovy.solr.index.partial.serviceLayerJob.springId=solrExtIndexerJob
patches.groovy.solr.index.partial.cronJob.language=en
# Possible values: de.hybris.platform.solrfacetsearch.enums.IndexerOperationValues
# This property will be used to identify exact SolrIndexerQuery to take query from for partial reindex
patches.groovy.solr.index.partial.cronJob.indexerType.queryType=FULL
patches.groovy.solr.index.partial.cronJob.prefix=patchesPartialReIndexCronJob_
patches.groovy.solr.index.full.cronJob.name=patchesFullReIndexCronJob
patches.groovy.solr.index.full.cronJob.language=en
patches.groovy.solr.index.full.serviceLayerJob.name=patchesFullReIndexIndexerJob
patches.groovy.solr.index.full.serviceLayerJob.springId=patchesFullReIndexJobPerformable
# sample email import configuration (always project specific)
# will be auto-set if project specific extension was generated via `ygroovypatches` template extension
# patches.groovy.emails.folder=<extension>/import/emails
patches.groovy.emails.folder=
# can be already set
# emailResourceValue=jar:com.github.mlytvyn.groovy.setup.GroovyPatchesSystemSetup&/groovypatches/import/emails