Skip to content

Commit

Permalink
Merge pull request #290 from inbo/213_import_points
Browse files Browse the repository at this point in the history
  • Loading branch information
katya-shaleninova authored Jan 31, 2025
2 parents f90cb69 + 57b3b4a commit 8ab6c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/spatial-service/la-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,21 +53,21 @@ 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}
retryConfig:
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
Expand Down

0 comments on commit 8ab6c67

Please sign in to comment.