From 4947ed927bcdea5e38ec787a043ec16e28cc5f70 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 25 Mar 2009 10:08:04 +0000
Subject: [PATCH] LMS-779 cifex-url added to openBIS service.properties

SVN: 10375
---
 integration-tests/templates/openBIS-server/service.properties | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 4ccb4437015..4757faf89d6 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -42,10 +42,12 @@ session-timeout = 30
 # Replaces the one found in the database if SYSTEM_DEFAULT.
 database-instance = CISD
 
-
 # Base URL of the Data Store Server
 data-store-server-base-url = https://localhost:8444
 
+# The URL of the CIFEX server
+cifex-url = https://cifex.ethz.ch:443
+
 # Hibernate Search
 # The working directory.
 hibernate.search.index-base = indices
-- 
GitLab