############################################################## # Template of service.properties for openBIS server ############################################################## # Supported: 'file-authentication-service' and 'crowd-authentication-service' authentication-service = file-authentication-service # Authorization # Supported: 'no-authorization' and 'active-authorization' authorization-component-factory = active-authorization 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 name of the Crowd server crowd.service.host = # The port that the Crowd service can be reached at crowd.service.port = 8443 # 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 = # 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 (not used when empty) dataset-download-service-base-url = # Hibernate Search # The working directory. hibernate.search.index-base = /tmp/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