Skip to content
Snippets Groups Projects
Commit 48c3db98 authored by tpylak's avatar tpylak
Browse files

LMS-1546 correct screening openbis distribution config

SVN: 16673
parent 490171f8
No related branches found
No related tags found
No related merge requests found
# Supported: 'file-authentication-service', 'crowd-authentication-service', 'dummy-authentication-service'
authentication-service = dummy-authentication-service
# The time after which an inactive session is expired by the service (in minutes).
......@@ -21,18 +22,13 @@ database.owner-password =
database.admin-user =
database.admin-password =
crowd.service.host = crowd-bsse.ethz.ch
crowd.service.port = 8443
crowd.application.name = lims
crowd.application.password =
#crowd.service.host = crowd-bsse.ethz.ch
#crowd.service.port = 8443
#crowd.application.name = <openbis_application_name_in_crowd>
#crowd.application.password = <password>
# The database instance local unique identifier. Used when the new database is created.
database-instance = CISD
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url = http://localhost:8889/data_store
database-instance = HCS
# The URL of the CIFEX server
cifex-url = https://cifex.ethz.ch:443
......@@ -44,7 +40,7 @@ cifex-recipient = id:cifexdatamanager
# Hibernate Search
# The working directory.
hibernate.search.index-base = ./targets/indices-${database.kind}
hibernate.search.index-base = ./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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment