Skip to content
Snippets Groups Projects
Commit 9b7e7874 authored by cramakri's avatar cramakri
Browse files

MINOR: Added section for viewer plugins.

SVN: 15147
parent b8d70b59
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,22 @@ failure-interval = 10
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
quiet-period = 10
# ---------------------------------------------------------------------------
# reporting and processing plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
# If name has 'default-' prefix it will be used by default in data set Data View.
#reporting-plugins = tsv-viewer, csv-viewer
# ---------------------------------------------------------------------------
# plug ins
# ---------------------------------------------------------------------------
#tsv-viewer.label = TSV View
#tsv-viewer.dataset-types = TSV
#tsv-viewer.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.TSVViewReportingPlugin
#tsv-viewer.properties-file =
# 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'
......@@ -107,3 +123,4 @@ main-thread.type-extractor = ch.systemsx.cisd.cina.dss.info.CinaTypeExtractor
main-thread.storage-processor = ch.systemsx.cisd.cina.dss.StorageProcessor
main-thread.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
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