Skip to content

Commit

Permalink
Update invenio.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Oct 8, 2024
1 parent 748b37e commit 9a82ff8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ DACITE_PREFIX='10.1234'
# Persistent identifiers configuration
#
RDM_PERSISTENT_IDENTIFIER_PROVIDERS = [
# DataCite DOI provider
providers.DataCitePIDProvider(
"datacite",
client=providers.DataCiteClient("datacite", config_prefix="DATACITE"),
label=_("DOI"),
),
# DOI provider for externally managed DOIs
providers.ExternalPIDProvider(
"external",
Expand All @@ -206,7 +200,7 @@ RDM_PERSISTENT_IDENTIFIER_PROVIDERS = [
RDM_PERSISTENT_IDENTIFIERS = {
"doi": {
"providers": ["external"],
"required": True,
"required": False,
"label": _("DOI"),
"validator": idutils.is_doi,
"normalizer": idutils.normalize_doi,
Expand Down

0 comments on commit 9a82ff8

Please sign in to comment.