Skip to content

Commit

Permalink
CST-5249 configuration review
Browse files Browse the repository at this point in the history
  • Loading branch information
frabacche committed Oct 16, 2023
1 parent b2dddca commit c5e2e4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private static String calculateOpenairePidHref(String type, String value) {
hrefPrefix = "https://arxiv.org/abs/";
break;
case "handle":
hrefPrefix = "https://arxiv.org/abs/";
hrefPrefix = "https://hdl.handle.net/";
break;
case "urn":
hrefPrefix = "";
Expand Down
3 changes: 1 addition & 2 deletions dspace/config/modules/qaevents.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#---------------------------------------------------------------#
qaevents.solr.server = ${solr.server}/${solr.multicorePrefix}qaevent
# A POST to these url(s) will be done to notify oaire of decision taken for each qaevents
qaevents.openaire.acknowledge-url = https://beta.api-broker.openaire.eu/feedback/events
#qaevents.openaire.acknowledge-url
# qaevents.openaire.acknowledge-url = https://beta.api-broker.openaire.eu/feedback/events

# The list of the supported events incoming from openaire (see also dspace/config/spring/api/qaevents.xml)
# add missing abstract suggestion
Expand Down

0 comments on commit c5e2e4f

Please sign in to comment.