From ded0ee511542ce5880d3131fa8c110f611b4e8de Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Tue, 11 May 2010 11:32:44 +0000
Subject: [PATCH] [LMS-1495] changed query database configuration

SVN: 15901
---
 openbis/source/java/service.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/openbis/source/java/service.properties b/openbis/source/java/service.properties
index 9ca119fffe4..c542cddb0b9 100644
--- a/openbis/source/java/service.properties
+++ b/openbis/source/java/service.properties
@@ -78,9 +78,10 @@ onlinehelp.generic.page-template = https://wiki-bsse.ethz.ch/pages/createpage.ac
 query-databases = 1
 
 1.label = openBIS meta data
-1.databaseEngineCode = ${database.engine}
-1.basicDatabaseName = openbis
-1.databaseKind = ${database.kind}
+1.database-driver = org.postgresql.Driver
+1.database-url = jdbc:postgresql://localhost/openbis_${database.kind}
+#1.database-username =
+#1.database-pasword =
 
 # Comma-separated list of host names and IP addresses of clients on which an INSTANCE_ADMIN
 # user is allowed to change identity
-- 
GitLab