############################################################## # Template of service.properties for openBIS server ############################################################## # Supported: 'file-authentication-service' and 'crowd-authentication-service' authentication-service = file-authentication-service script-folder = . # Supported: currently only 'postgresql' database is supported. database.engine = postgresql # Leave empty to get the default for the db engine database.url-host-part = database.kind = demo # Credentials of the database user which should own the database. Leave empty to use the OS user database.owner = database.owner-password = # Credentials of a database user which is able to create a new database. Leave empty to use the db engines default database.admin-user = database.admin-password = # The URL that the Crowd service can be found at crowd.service.url = some.url # The port that the Crowd service can be found at crowd.service.port = 443 # Name of the application when logging in into Crowd crowd.application.name = openbis # Password for which the openBIS service is registered at Crowd crowd.application.password = # SMTP properties # 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 = # 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 = processing-instruction.IMAGE_ANALYSIS.prefix-for-absolute-paths = processing-instruction.IMAGE_ANALYSIS.prefix-for-relative-paths = # Group identifier (mandatory). group-code = DEFAULT # Workflow code name (mandatory; available values: strict, plates-on-demand) workflow-code = strict # 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 (not used when empty) dataset-download-service-base-url =