Skip to content
Snippets Groups Projects
Commit 829a567d authored by felmer's avatar felmer
Browse files

adapting default imaging db name and property name

SVN: 26860
parent 23dbaa8c
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,18 @@ ...@@ -2,15 +2,18 @@
# Data source for the database storing image meta data. # Data source for the database storing image meta data.
# #
# Variables: # Variables:
# screening-database-kind # imaging-database.url-host-part
# Second part of the database name. Default value is 'productive'. # 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 # screening-sql-root-folder
# Path to root folder of SQL scripts. Default value is an empty string. # Path to root folder of SQL scripts. Default value is an empty string.
# #
version-holder-class = ch.systemsx.cisd.openbis.dss.etl.ImagingDatabaseVersionHolder version-holder-class = ch.systemsx.cisd.openbis.dss.etl.ImagingDatabaseVersionHolder
databaseEngineCode = postgresql databaseEngineCode = postgresql
basicDatabaseName = imaging basicDatabaseName = imaging
databaseKind = ${screening-database-kind:productive} urlHostPart = ${imaging-database.url-host-part:localhost}
databaseKind = ${imaging-database.kind:prod}
scriptFolder = ${screening-sql-root-folder:}sql/imaging scriptFolder = ${screening-sql-root-folder:}sql/imaging
owner = owner =
password = password =
......
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