-
Notifications
You must be signed in to change notification settings - Fork 4
Minting IDs
Dan Kerchner edited this page Apr 29, 2018
·
1 revision
The current config/initializers/hyrax.rb
configuration (verify the config.noid_minter_class
setting) uses the default setup whereby the minter state is stored in the database, not a file.
By design, the minter is "stateful", so each new deployment will start minting the same sequence of IDs, unless a seed is specified. Adding an instruction for setting (or not setting) the initial seed is a "TODO" item.