From 6caddf8afc035612cf2656328b0177f7f8926f91 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 8 Jun 2010 08:23:08 +0000
Subject: [PATCH] LMS-1568 add imaging db config to distribution

SVN: 16318
---
 screening/dist/etc/service.properties | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/screening/dist/etc/service.properties b/screening/dist/etc/service.properties
index f9f159dee53..9d34a2d1ccd 100644
--- a/screening/dist/etc/service.properties
+++ b/screening/dist/etc/service.properties
@@ -137,6 +137,15 @@ screening-image-download-servlet.path = /datastore_server_screening/*
 
 # ---------------------------------------------------------------------------
 
+data-sources = imaging-db
+imaging-db.version-holder-class = ch.systemsx.cisd.openbis.dss.etl.dataaccess.ImagingDatabaseVersionHolder
+imaging-db.databaseEngineCode = postgresql
+imaging-db.basicDatabaseName = imaging
+imaging-db.databaseKind = productive
+imaging-db.scriptFolder = sql
+
+# ---------------------------------------------------------------------------
+
 # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
 # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
 inputs=raw-data
-- 
GitLab