From d4ee655769db67f45d66be75856e41c7db400f81 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Mon, 19 May 2008 17:24:55 +0000 Subject: [PATCH] [LMS-418] add: - 'database-instance' property. SVN: 6145 --- integration-tests/templates/openBIS-server/service.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties index 038e1ef403c..8297ae65cf3 100644 --- a/integration-tests/templates/openBIS-server/service.properties +++ b/integration-tests/templates/openBIS-server/service.properties @@ -39,6 +39,10 @@ session-timeout = 30 # Group identifier (mandatory). group-code = CISD +# The database instance unique identifier. +# Replaces the one found in the database if CHANGEME. +database-instance = + # Workflow code name (mandatory; available values: strict, plates-on-demand) workflow-code = strict -- GitLab