From 2af8f5f32c7988abdbc9e905a8ab70f303ce9a68 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 12 Aug 2008 13:25:25 +0000
Subject: [PATCH] minor: fix service.properties for integration tests

SVN: 7825
---
 integration-tests/templates/openBIS-server/service.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 8ddfffd98e1..e9158f12ec6 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -9,7 +9,7 @@ database.script-single-step-mode = false
 database.url-host-part = 
 database.kind = integration_test
 
-crowd.service.url = crowd.systemsx.ch
+crowd.service.host = crowd.systemsx.ch
 crowd.service.port = 8443
 crowd.application.name = lims
 crowd.application.password = xxx
-- 
GitLab