From acd0d4caf6f531bce9ea9aef290e47939dba072f Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 2 Apr 2008 06:51:13 +0000
Subject: [PATCH] fix config error in opernBIS server

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

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 05d1abbffbc..350bae18e45 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -6,6 +6,8 @@ database.script-single-step-mode = false
 database.url-host-part = 
 database.kind = integration_test
 
+crowd.service.url = source-systemsx.ethz.ch
+crowd.service.port = 8443
 crowd.application.name = lims
 crowd.application.password = xxx
 
-- 
GitLab