From a6b7ad1dbd6cff72238687779d0df8c71d14da10 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 28 Apr 2008 09:18:11 +0000 Subject: [PATCH] LMS-401 add dataset-download-service-base-url to service.properties SVN: 5821 --- .../templates/openBIS-server/service.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties index bbb0d3d84f4..038e1ef403c 100644 --- a/integration-tests/templates/openBIS-server/service.properties +++ b/integration-tests/templates/openBIS-server/service.properties @@ -40,4 +40,7 @@ session-timeout = 30 group-code = CISD # Workflow code name (mandatory; available values: strict, plates-on-demand) -workflow-code = strict \ No newline at end of file +workflow-code = strict + +# Base URL of the data set download service +dataset-download-service-base-url = http://localhost:8081/dataset-download \ No newline at end of file -- GitLab