From 57b3b4ab624fbf64ae7f5062ac5857a60e3c2477 Mon Sep 17 00:00:00 2001 From: kshaleninova Date: Fri, 31 Jan 2025 18:33:43 +0100 Subject: [PATCH] #213 - revert changes in URLs --- config/spatial-service/la-pipelines.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/spatial-service/la-pipelines.yaml b/config/spatial-service/la-pipelines.yaml index d260da7..9c38927 100644 --- a/config/spatial-service/la-pipelines.yaml +++ b/config/spatial-service/la-pipelines.yaml @@ -44,7 +44,7 @@ sds: wsUrl: http://sensitive-data-service.biodiversiteitsportaal.dev.internal:9189 timeoutSec: 300 collectory: - wsUrl: ${common.protocol}://${common.domain}/collectory/ws/ + wsUrl: http://collectory.biodiversiteitsportaal.dev.internal:8080/collectory/ws/ timeoutSec: 300 retryConfig: maxAttempts: 10 @@ -53,7 +53,7 @@ collectory: Authorization: ${APIKEY} apiKey: ${APIKEY} imageService: - wsUrl: ${common.protocol}://${common.domain}/image-service + wsUrl: http://image-service.biodiversiteitsportaal.dev.internal:8080/image-service timeoutSec: 300 httpHeaders: apiKey: ${APIKEY} @@ -61,13 +61,13 @@ imageService: maxAttempts: 5 initialIntervalMillis: 1000 speciesListService: - wsUrl: ${common.protocol}://${common.domain}/species-list + wsUrl: http://species-list.biodiversiteitsportaal.dev.internal:8080/species-list timeoutSec: 900 retryConfig: maxAttempts: 5 initialIntervalMillis: 1000 samplingService: - wsUrl: ${common.protocol}://${common.domain}/spatial-service + wsUrl: http://spatial-service.biodiversiteitsportaal.dev.internal:8080/spatial-service timeoutSec: 600 batchSize: 25000 batchStatusSleepTime: 1000