From b511105d518aecb06c49a4acce2388793bbcc1e1 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Fri, 6 Jun 2008 13:11:01 +0000
Subject: [PATCH] [LMS-418] change: - With 'CHANGEME', we was thinking
 'SYSTEM_DEFAULT'. - Put 'CISD' as default database instance. - Improve
 logging.

SVN: 6491
---
 integration-tests/templates/openBIS-server/service.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 8297ae65cf3..b8c15735056 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -40,8 +40,8 @@ session-timeout = 30
 group-code = CISD
 
 # The database instance unique identifier.
-# Replaces the one found in the database if CHANGEME.
-database-instance =
+# Replaces the one found in the database if SYSTEM_DEFAULT.
+database-instance = CISD
 
 # Workflow code name (mandatory; available values: strict, plates-on-demand)
 workflow-code = strict
-- 
GitLab