mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
Restoring the original capitalization of the "sherpa.romeo.apiKey" configuration value
This commit is contained in:
@@ -1448,7 +1448,10 @@ sitemap.engineurls = http://www.google.com/webmasters/sitemaps/ping?sitemap=
|
|||||||
##### SHERPA/Romeo Integration Settings ####
|
##### SHERPA/Romeo Integration Settings ####
|
||||||
# the SHERPA/RoMEO endpoint
|
# the SHERPA/RoMEO endpoint
|
||||||
sherpa.romeo.url = http://www.sherpa.ac.uk/romeo/api29.php
|
sherpa.romeo.url = http://www.sherpa.ac.uk/romeo/api29.php
|
||||||
sherpa.romeo.apiKey =
|
|
||||||
|
# please register for a free api access key to get many benefits
|
||||||
|
# http://www.sherpa.ac.uk/news/romeoapikeys.htm
|
||||||
|
sherpa.romeo.apikey =
|
||||||
|
|
||||||
##### Authority Control Settings #####
|
##### Authority Control Settings #####
|
||||||
#plugin.named.org.dspace.content.authority.ChoiceAuthority = \
|
#plugin.named.org.dspace.content.authority.ChoiceAuthority = \
|
||||||
|
@@ -10,14 +10,14 @@
|
|||||||
<property name="sourceIdentifier" value="sherpaJournal"/>
|
<property name="sourceIdentifier" value="sherpaJournal"/>
|
||||||
<property name="url" value="${sherpa.romeo.url}"/>
|
<property name="url" value="${sherpa.romeo.url}"/>
|
||||||
<!-- please register for a free api access key to get many benefits -->
|
<!-- please register for a free api access key to get many benefits -->
|
||||||
<property name="apiKey" value="${sherpa.romeo.apiKey}"/>
|
<property name="apiKey" value="${sherpa.romeo.apikey}"/>
|
||||||
|
|
||||||
</bean>
|
</bean>
|
||||||
<bean class="org.dspace.external.provider.impl.SherpaPublisherDataProvider">
|
<bean class="org.dspace.external.provider.impl.SherpaPublisherDataProvider">
|
||||||
<property name="sourceIdentifier" value="sherpaPublisher"/>
|
<property name="sourceIdentifier" value="sherpaPublisher"/>
|
||||||
<property name="url" value="${sherpa.romeo.url}"/>
|
<property name="url" value="${sherpa.romeo.url}"/>
|
||||||
<!-- please register for a free api access key to get many benefits -->
|
<!-- please register for a free api access key to get many benefits -->
|
||||||
<property name="apiKey" value="${sherpa.romeo.apiKey}"/>
|
<property name="apiKey" value="${sherpa.romeo.apikey}"/>
|
||||||
|
|
||||||
</bean>
|
</bean>
|
||||||
<bean class="org.dspace.external.provider.impl.OrcidV2AuthorDataProvider" init-method="init">
|
<bean class="org.dspace.external.provider.impl.OrcidV2AuthorDataProvider" init-method="init">
|
||||||
|
Reference in New Issue
Block a user