diff --git a/deep_sequencing_unit/etc/service.properties b/deep_sequencing_unit/etc/service.properties
index 76a5c90b338f354ce7b3cdfddd9369ebfddb72a1..832c8875327a76a94c5cca198733b46a7304b0d1 100644
--- a/deep_sequencing_unit/etc/service.properties
+++ b/deep_sequencing_unit/etc/service.properties
@@ -103,7 +103,22 @@ illumina-summary.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'
-inputs = flow-cell, fl1, fl2, fl3, fl4, fl5, fl6, fl7, fl8
+inputs = flow-cell, fl1, fl2, fl3, fl4, fl5, fl6, fl7, fl8, default
+
+default.incoming-dir = targets/playground/default_upload
+default.incoming-data-completeness-condition = auto-detection
+default.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
+default.data-set-info-extractor.strip-file-extension = true
+default.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
+default.data-set-info-extractor.space-code = BSSE_FLOWCELLS
+default.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
+default.type-extractor.file-format-type = PROPRIETARY
+default.type-extractor.locator-type = RELATIVE_LOCATION
+default.type-extractor.data-set-type = ILLUMINA_GA_OUTPUT
+default.type-extractor.is-measured = true
+default.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+default.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+
 
 # ---------------------------------------------------------------------------
 # 'flow-cell' thread configuration
@@ -118,9 +133,9 @@ flow-cell.incoming-dir = targets/playground/incoming-flow-cell
 # The default value is 'marker-file'.
 flow-cell.incoming-data-completeness-condition = auto-detection
 
-# The group the samples extracted by this thread belong to. If commented out or empty, then samples
-# are considered associated to a database instance (not group private). 
-# flow-cell.group-code = <change this>
+# The space the samples extracted by this thread belong to. If commented out or empty, then samples
+# are considered associated to a database instance (not space private). 
+# flow-cell.space-code = <change this>
 
 # ---------------- Plugin properties
 # The extractor class to use for code extraction