Updating repositorydepositbase 1.0.4 -> 2.0.0 to resolve dependency clash between old and new core modules on the migration tool

This commit is contained in:
Thomas Georgios Giannos 2023-12-15 16:52:45 +02:00
parent 25e9f2a5c7
commit 0fd552f29c
1 changed files with 10 additions and 1 deletions

View File

@ -171,4 +171,13 @@ queue:
retry-threashold: 100
retry-delay-step-seconds: 300
max-retry-delay-seconds: 10800
too-old-to-send-seconds: 604800
too-old-to-send-seconds: 604800
deposit:
sources:
- url: http://localhost:8082
codes: [ zenodo ]
issuer-url: ${ZENODO_ISSUER_URI:IDP_APIKEY_ISSUER_URI}
client-id: ${ZENODO_DEPOSIT_CLIENT_ID:}
client-secret: ${ZENODO_DEPOSIT_CLIENT_SECRET:}
scope: ${ZENODO_DEPOSIT_SCOPE:}