diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties index bbb0d3d84f46b6ba90924517f3e1a2416a0f59c2..038e1ef403c95fb61311dce3be2120ae80ecd242 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