# The root directory of the data store storeroot-dir = data/store # The directory to watch for incoming data. incoming-dir = data/incoming # The check interval (in seconds) check-interval = 60 # The extractor class to use for code extraction code-extractor = ch.systemsx.cisd.etlserver.SimpleCodeExtractor # The separator that separates an experiment code from the data set one entity-separator = == # The URL of the LIMS server server-url = https://rnai-lims.ethz.ch:8443/axis2/services/lims # The username to use when contacting the LIMS server username = etlserver # The password to use when contacting the LIMS server password = # The code of the organization to process data sets organization-code = DEFAULT # SMTP properties (must start with 'mail' to be considered). # mail.smtp.host = localhost # mail.from = etlserver@localhost