Skip to content
Snippets Groups Projects
Commit e139128b authored by juanf's avatar juanf
Browse files

SSDM-4098 : Bugfix, these plugins should are not loaded from screening, the...

SSDM-4098 : Bugfix, these plugins should are not loaded from screening, the dss will not startup if they are here.

SVN: 37141
parent d70f7c6c
No related branches found
No related tags found
No related merge requests found
#
# Data source for the database storing image meta data.
#
# Variables:
# imaging-database.url-host-part
# The host and optionally port. Default is 'localhost'.
# imaging-database.kind
# Second part of the database name. Default value is 'prod'.
# screening-sql-root-folder
# Path to root folder of SQL scripts. Default value is an empty string.
#
version-holder-class = ch.systemsx.cisd.openbis.dss.etl.ImagingDatabaseVersionHolder
databaseEngineCode = postgresql
basicDatabaseName = imaging
urlHostPart = ${imaging-database.url-host-part:localhost}
databaseKind = ${imaging-database.kind:prod}
scriptFolder = ${screening-sql-root-folder:}sql/imaging
owner =
password =
# Credentials of a database user which is able to create a new database or roles in it.
# Leave empty to use the db engines defaults.
# Used only during the first start of the server or when server is upgraded to a new version.
adminUser =
adminPassword =
#
# Image service
#
class = ch.systemsx.cisd.openbis.dss.generic.server.MergingImagesDownloadServlet
path = /datastore_server_screening/*
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