Skip to content
Snippets Groups Projects
service.properties 1.37 KiB
Newer Older
  • Learn to ignore specific revisions
  • tpylak's avatar
    tpylak committed
    authentication-service = dummy-authentication-service
    
    
    database.engine = postgresql
    
    tpylak's avatar
    tpylak committed
    database.create-from-scratch = true
    
    database.script-single-step-mode = false
    
    database.url-host-part = 
    
    tpylak's avatar
    tpylak committed
    database.kind = integration_test
    
    
    felmer's avatar
    felmer committed
    crowd.service.url = crowd.systemsx.ch
    
    crowd.service.port = 8443
    
    tpylak's avatar
    tpylak committed
    crowd.application.name = lims
    crowd.application.password = xxx
    
    script-folder = .
    
    dao-factory = postgresql-dao-factory
    access-controller = etlchecking-access-controller
    
    
    database.owner =
    database.owner-password =
    
    tpylak's avatar
    tpylak committed
    database.admin-user = postgres
    database.admin-password = 
    
    
    mail.from = openbis@localhost
    
    tpylak's avatar
    tpylak committed
    mail.smtp.host = smtp0.ethz.ch
    mail.smtp.user = lims
    mail.smtp.password = 
    
    # Properties for ProcessingPathValidator:
    # path prefixes for each procedure type
    processing-instruction.DATA_ACQUISITION.prefix-for-absolute-paths =
    
    processing-instruction.DATA_ACQUISITION.prefix-for-relative-paths = ../../data/
    
    processing-instruction.IMAGE_ANALYSIS.prefix-for-absolute-paths =
    processing-instruction.IMAGE_ANALYSIS.prefix-for-relative-paths =
    
    felmer's avatar
    felmer committed
    
    # The time after which an inactive session is expired by the service (in minutes).
    
    izabel's avatar
    izabel committed
    session-timeout = 30
    
    # Group identifier (mandatory).
    group-code = CISD
    
    # Workflow code name (mandatory; available values: strict, plates-on-demand)
    
    workflow-code = strict
    
    # Base URL of the data set download service
    dataset-download-service-base-url = http://localhost:8081/dataset-download