AtlasOfLivingAustralia / doi-service

ALA DOI minting service - integrates with ANDS to produce the DOI, provides a landing page, and stores the associated file
https://doi.ala.org.au/
0 stars 4 forks source link

issue #56 default doi minting provider #60

Closed brucehyslop closed 4 years ago

brucehyslop commented 4 years ago

added ability to map a provider name to DoiProvider enum.

default configuration:

doi:
    service:
        provider:
            mapping: { ALA: 'DATACITE' }

this will map the provider name of ALA passed when minting a DOI to use the DATACITE provider.