mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
Added comment to dspace.cfg.
This commit is contained in:
@@ -696,11 +696,11 @@ event.dispatcher.default.class = org.dspace.event.BasicDispatcher
|
|||||||
# Add doi here if you are using org.dspace.identifier.DOIIdentifierProvider to generate DOIs.
|
# Add doi here if you are using org.dspace.identifier.DOIIdentifierProvider to generate DOIs.
|
||||||
# Adding doi here makes DSpace send metadata updates to your doi registration agency.
|
# Adding doi here makes DSpace send metadata updates to your doi registration agency.
|
||||||
# Add rdf here, if you are using dspace-rdf to export your repository content as RDF.
|
# Add rdf here, if you are using dspace-rdf to export your repository content as RDF.
|
||||||
# Add iiif here, if you are using international image interoperability framework support.
|
# Add iiif here, if you are using iiif support. Currently the iiif consumer must be removed when using some CLI tools.
|
||||||
event.dispatcher.default.consumers = versioning, discovery, eperson
|
event.dispatcher.default.consumers = versioning, discovery, eperson
|
||||||
|
|
||||||
# The noindex dispatcher will not create search or browse indexes (useful for batch item imports)
|
# The noindex dispatcher will not create search or browse indexes (useful for batch item imports)
|
||||||
event.dispatcher.noindex.class = org.dspace.event.BasicDispatcher
|
event.dispatcher.noindex.class = org.dspace.event.BasicDispatcherq
|
||||||
event.dispatcher.noindex.consumers = eperson
|
event.dispatcher.noindex.consumers = eperson
|
||||||
|
|
||||||
# consumer to maintain the discovery index
|
# consumer to maintain the discovery index
|
||||||
|
Reference in New Issue
Block a user