diff --git a/dspace/config/modules/external-providers.cfg b/dspace/config/modules/external-providers.cfg index d57366d396..82bbbb2c12 100644 --- a/dspace/config/modules/external-providers.cfg +++ b/dspace/config/modules/external-providers.cfg @@ -101,3 +101,9 @@ datacite.projectimport.entityfilterquery = AND ((types.resourceTypeGeneral:Proje ror.orgunit-import.api-url = https://api.ror.org/organizations ################################################################# +#------------------------- OpenAlex ----------------------------# +#---------------------------------------------------------------# + +openalex.url.works = https://api.openalex.org/works +openalex.url.authors = https://api.openalex.org/authors +################################################################# \ No newline at end of file