Stream: docs

Topic: domain.xml example for configuring DataCite PID provider


view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 26 2024 at 13:11):

This was requested at https://dataverse.zulipchat.com/#narrow/stream/378866-troubleshooting/topic/set.20PID.20from.20web.20UI/near/454157645

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 29 2024 at 20:51):

I was just struggling with this myself. Here's a working config for me:

dataverse.pid.providers=dc1
dataverse.pid.default-provider=dc1
dataverse.pid.dc1.type=datacite
dataverse.pid.dc1.label=DataCite
dataverse.pid.dc1.authority=10.70122
dataverse.pid.dc1.shoulder=FK2/
dataverse.pid.dc1.datacite.mds-api-url=https://mds.test.datacite.org
dataverse.pid.dc1.datacite.rest-api-url=https://mds.test.datacite.org
dataverse.pid.dc1.datacite.username=REDACTED
dataverse.pid.dc1.datacite.password=REDACTED

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 29 2024 at 20:52):

Now, I'm not using domain.xml. I'm using a Docker compose file, but it's similar.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 29 2024 at 21:09):

Please note that this is a test account with DataCite.


Last updated: Nov 01 2025 at 14:11 UTC