mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
coar-notify-7 follow-ups on the community advices
This commit is contained in:
@@ -10,3 +10,37 @@ coar-notify.enabled = true
|
||||
|
||||
# For debugging purposes only, skip the check on the IP range.
|
||||
#coar-notify.ip-range.enabled = false
|
||||
|
||||
#### LDN CONFIGURATION ####
|
||||
# To enable the LDN service, set to true.
|
||||
ldn.enabled = true
|
||||
|
||||
#LDN message inbox endpoint
|
||||
ldn.notify.inbox = ${dspace.server.url}/ldn/inbox
|
||||
|
||||
# List the external services IDs for review/endorsement
|
||||
# These IDs needs to be configured in the input-form.xml as well
|
||||
# These IDs must contain only the hostname and the resource path
|
||||
# Do not include any protocol
|
||||
# Each IDs must match with the ID returned by the external service
|
||||
# in the JSON-LD Actor field
|
||||
service.service-id.ldn =
|
||||
|
||||
# LDN Queue extractor elaborates LDN Message entities of the queue
|
||||
ldn.queue.extractor.cron = 0 0/5 * * * ?
|
||||
|
||||
# LDN Queue timeout checks LDN Message Entities relation with the queue
|
||||
ldn.queue.timeout.checker.cron = 0 0 */1 * * ?
|
||||
|
||||
# LDN Queue extractor elaborates LDN Message entities with max_attempts < than ldn.processor.max.attempts
|
||||
ldn.processor.max.attempts = 5
|
||||
|
||||
# LDN Queue extractor sets LDN Message Entity queue_timeout property every time it tryies a new elaboration
|
||||
# of the message. LDN Message with a future queue_timeout is not elaborated. This property is used to calculateas:
|
||||
# a new timeout, such as: new_timeout = now + ldn.processor.queue.msg.timeout (in minutes)
|
||||
ldn.processor.queue.msg.timeout = 60
|
||||
|
||||
|
||||
# EMAIL CONFIGURATION
|
||||
|
||||
ldn.notification.email = ${mail.admin}
|
||||
|
@@ -1,33 +0,0 @@
|
||||
#### LDN CONFIGURATION ####
|
||||
# To enable the LDN service, set to true.
|
||||
ldn.enabled = true
|
||||
|
||||
#LDN message inbox endpoint
|
||||
ldn.notify.inbox = ${dspace.server.url}/ldn/inbox
|
||||
|
||||
# List the external services IDs for review/endorsement
|
||||
# These IDs needs to be configured in the input-form.xml as well
|
||||
# These IDs must contain only the hostname and the resource path
|
||||
# Do not include any protocol
|
||||
# Each IDs must match with the ID returned by the external service
|
||||
# in the JSON-LD Actor field
|
||||
service.service-id.ldn =
|
||||
|
||||
# LDN Queue extractor elaborates LDN Message entities of the queue
|
||||
ldn.queue.extractor.cron = 0 0/5 * * * ?
|
||||
|
||||
# LDN Queue timeout checks LDN Message Entities relation with the queue
|
||||
ldn.queue.timeout.checker.cron = 0 0 */1 * * ?
|
||||
|
||||
# LDN Queue extractor elaborates LDN Message entities with max_attempts < than ldn.processor.max.attempts
|
||||
ldn.processor.max.attempts = 5
|
||||
|
||||
# LDN Queue extractor sets LDN Message Entity queue_timeout property every time it tryies a new elaboration
|
||||
# of the message. LDN Message with a future queue_timeout is not elaborated. This property is used to calculateas:
|
||||
# a new timeout, such as: new_timeout = now + ldn.processor.queue.msg.timeout (in minutes)
|
||||
ldn.processor.queue.msg.timeout = 60
|
||||
|
||||
|
||||
# EMAIL CONFIGURATION
|
||||
|
||||
ldn.notification.email = ${mail.admin}
|
Reference in New Issue
Block a user