From 0fd552f29c345ff99acc42b2db758b57adb660de Mon Sep 17 00:00:00 2001 From: Thomas Georgios Giannos Date: Fri, 15 Dec 2023 16:52:45 +0200 Subject: [PATCH] Updating repositorydepositbase 1.0.4 -> 2.0.0 to resolve dependency clash between old and new core modules on the migration tool --- .../web/src/main/resources/config/application.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dmp-migration-tool/web/src/main/resources/config/application.yml b/dmp-migration-tool/web/src/main/resources/config/application.yml index b08d207ab..a8846c441 100644 --- a/dmp-migration-tool/web/src/main/resources/config/application.yml +++ b/dmp-migration-tool/web/src/main/resources/config/application.yml @@ -171,4 +171,13 @@ queue: retry-threashold: 100 retry-delay-step-seconds: 300 max-retry-delay-seconds: 10800 - too-old-to-send-seconds: 604800 \ No newline at end of file + 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:} \ No newline at end of file