############################################################## # Template of service.properties for openBIS server ############################################################## placeholder.resolver.mode = SYSTEM_PROPERTIES_MODE_OVERRIDE authentication-service = dummy-authentication-service # Authorization # Supported: 'no-authorization' and 'active-authorization' authorization-component-factory = active-authorization script-folder = ../openbis/source # Supported: currently only 'postgresql' is supported database.engine = postgresql database.create-from-scratch = false # For debugging set this value to true. database.script-single-step-mode = false database.url-host-part = database.kind = dev # database.kind = system_test_strict # database.kind = system_test_plates_on_demand # database.kind = system_test_multi_groups database.owner = database.owner-password = database.admin-user = database.admin-password = crowd.service.host = crowd.systemsx.ch crowd.service.port = 8443 crowd.application.name = lims crowd.application.password = # SMTP properties (must start with 'mail' to be considered). # Programatic default values are 'localhost' for 'mail.smtp.host' and 'openbis@localhost' for 'mail.from'. mail.smtp.host = localhost mail.from = openbis@localhost mail.smtp.user = mail.smtp.password = # path prefixes for each procedure type processing-instruction.DATA_ACQUISITION.prefix-for-absolute-paths = processing-instruction.DATA_ACQUISITION.prefix-for-relative-paths = processing-instruction.IMAGE_ANALYSIS.prefix-for-absolute-paths = processing-instruction.IMAGE_ANALYSIS.prefix-for-relative-paths = # The database instance local unique identifier. Used when the new database is created. database-instance = CISD # The time after which an inactive session is expired by the service (in minutes). session-timeout = 30 # Base URL of the data set download service dataset-download-service-base-url = https://localhost:8889/dataset-download # Hibernate Search # The working directory. hibernate.search.index-base = ./targets/indices # One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH. # If not specified, default (SKIP_IF_MARKER_FOUND) is taken. hibernate.search.index-mode = NO_INDEX # Defines the maximum number of elements indexed before flushing the transaction-bound queue. # Default is 1000. hibernate.search.batch-size = 1000