Skip to content
Snippets Groups Projects
Commit 2e4e2c4a authored by tpylak's avatar tpylak
Browse files

LMS-977, LMS-978 add default configuration

SVN: 11673
parent be1104bd
No related branches found
No related tags found
No related merge requests found
...@@ -76,12 +76,32 @@ quiet-period = 3 ...@@ -76,12 +76,32 @@ quiet-period = 3
# Note that this can increase the server load. # Note that this can increase the server load.
# reprocess-faulty-datasets = false # reprocess-faulty-datasets = false
# ---------------------------------------------------------------------------
# reporting and processing plugins configuration
# ---------------------------------------------------------------------------
reporting-plugins = demo-reporter
demo-reporter.label = Show Dataset Size
demo-reporter.dataset-types = UNKNOWN
demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoReportingPlugin
demo-reporter.properties-file =
processing-plugins = demo-processor
demo-processor.label = Demo Processing
demo-processor.dataset-types = UNKNOWN
demo-processor.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoProcessingPlugin
demo-processor.properties-file =
# ---------------------------------------------------------------------------
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs=main-thread inputs=main-thread
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# 'main-thread' thread configuration # Dataset uploader 'main-thread' configuration
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# The directory to watch for incoming data. # The directory to watch for incoming data.
...@@ -97,8 +117,6 @@ main-thread.incoming-data-completeness-condition = marker-file ...@@ -97,8 +117,6 @@ main-thread.incoming-data-completeness-condition = marker-file
# The store format that should be applied in the incoming directory. # The store format that should be applied in the incoming directory.
main-thread.incoming-dir.format = main-thread.incoming-dir.format =
# ---------------- Plugin properties
# The extractor plugin class to use for code extraction # The extractor plugin class to use for code extraction
main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment