Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To configure an external PID minter, create a Spring bean configuration file using the HttpPidMinter class, and use a system property to use it instead of the internal PID minter:

Code Block
-Dfcrepo.spring.minter.configconfiguration=file:///path/to/minter.xml -Dfcrepo.minter.username=minterUser -Dfcrepo.minter.password=minterPass

...