authentication-service = dummy-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 = ../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 = phosphonetx # database.kind = system_test # 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 = # The database instance local unique identifier. Used when the new database is created. database-instance = CISD # The URL of the CIFEX server cifex-url = https://cifex.ethz.ch:443 trusted-cross-origin-domains= * # Hibernate Search # The working directory. hibernate.search.index-base = ./targets/indices_${database.kind} # 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 web-client-configuration-file = etc/web-client.properties dss-based-data-source-provider.data-store-servers = DSS1 dss-based-data-source-provider.DSS1.database-driver = org.postgresql.Driver dss-based-data-source-provider.DSS1.database-url = jdbc:postgresql://localhost/proteomics_dev # Database Configurations for Query module query-databases = 1, 2 1.label = openBIS meta data 1.data-space = CISD 1.database-driver = org.postgresql.Driver 1.database-url = jdbc:postgresql://localhost/openbis_${database.kind} #1.database-username = #1.database-pasword = 2.label = Protein Data 2.creator-minimal-role = SPACE_USER 2.database-driver = org.postgresql.Driver 2.database-url = ${dss-based-data-source-provider.DSS1.database-url}