# The root directory of the data store storeroot-dir = targets/store # The directory to watch for incoming data. incoming-dir = targets/incoming # The check interval (in seconds) check-interval = 5 # The URL of the LIMS server server-url = http://localhost:8080/axis2/services/etl-lims # The username to use when contacting the LIMS server username = etlserver # The password to use when contacting the LIMS server password = doesntmatter # The code of the organization to process data sets organization-code = 3V # SMTP properties (must start with 'mail' to be considered). # mail.smtp.host = localhost # mail.from = etlserver@localhost # --------------------------------------------------------------------------- # Plugin properties # --------------------------------------------------------------------------- # The extractor class to use for code extraction code-extractor = ch.systemsx.cisd.etlserver.ThreeVCodeExtractor # The separator that separates an experiment code from the data set one code-extractor.entity-separator = == # The separator that separates project code from experiment code code-extractor.project-separator = . # ........................................................................... # The extractor class to use for type extraction type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor