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:
parent
25e9f2a5c7
commit
0fd552f29c
|
@ -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:}
|
Loading…
Reference in New Issue