Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
2e4e2c4a
Commit
2e4e2c4a
authored
15 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-977, LMS-978 add default configuration
SVN: 11673
parent
be1104bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/etc/service.properties
+21
-3
21 additions, 3 deletions
datastore_server/etc/service.properties
with
21 additions
and
3 deletions
datastore_server/etc/service.properties
+
21
−
3
View file @
2e4e2c4a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment