# Supported: 'file-authentication-service' and 'crowd-authentication-service' authentication-service = file-authentication-service # The time after which an inactive session is expired by the service (in minutes). session-timeout = 720 # Authorization # Supported: 'no-authorization' and 'active-authorization' authorization-component-factory = active-authorization script-folder = . # 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 = proteomics database.owner = database.owner-password = database.admin-user = database.admin-password = proteomics.database.engine = postgresql proteomics.database.create-from-scratch = false proteomics.database.script-single-step-mode = false proteomics.database.url-host-part = proteomics.database.basic-name = proteomics proteomics.database.kind = productive proteomics.database.owner = proteomics.database.owner-password = proteomics.database.admin-user = proteomics.database.admin-password = proteomics.script-folder = proteomics crowd.service.host = crowd.systemsx.ch crowd.service.port = 8443 crowd.application.name = openbis crowd.application.password = # The database instance local unique identifier. Used when the new database is created. database-instance = PROT # The URL of the CIFEX server cifex-url = https://cifex.ethz.ch:443 # Hibernate Search # The working directory. hibernate.search.index-base = ./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 = SKIP_IF_MARKER_FOUND # Defines the maximum number of elements indexed before flushing the transaction-bound queue. # Default is 1000. hibernate.search.batch-size = 1000 # Maximum number of search results hibernate.search.maxResults = 100000 # If 'async', the update of indices will be done in a separate thread. hibernate.search.worker.execution=async # Name of the file that stores Web Client configuration web-client-configuration-file = etc/web-client.properties core-plugins-folder=./webapps/openbis/core-plugins