forked from mjordan/riprap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_islandora_config.yml
42 lines (33 loc) · 1.38 KB
/
sample_islandora_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Sample Riprap config file for using Islandora/database plugins.
# Requires that the "Riprap resource list" View be enabled in
# the Islandora instance. This View is bundled with the Islandora Riprap
# module.
#
# This plugin is agnostic to which media have fixity event checks performed
# on them. The filters in the "Riprap resource list" View determine that.
# See the View's filter criteria GUI for examples.
####################
# General settings #
####################
# thin: true
fixity_algorithm: sha256
# Absolute or relative to the Riprap application directory.
failures_log_path: 'var/riprap_failed_events.log'
###################
# Plugin settings #
###################
# Use this plugin if you want to use the 'Riprap resource (media) list' View provided by Islandora Riprap.
plugins.fetchresourcelist: ['PluginFetchResourceListFromDrupalView']
drupal_baseurl: 'http://localhost:8000'
drupal_user: admin
drupal_password: islandora
use_fedora_urls: true
gemini_endpoint: 'http://localhost:8000/gemini'
gemini_auth_header: 'Bearer islandora'
# Absolute or relative to the Riprap application directory.
views_pager_data_file_path: 'var/fetchresourcelist.from.drupal.pager.txt'
plugins.fetchdigest: PluginFetchDigestFromFedoraAPI
fedoraapi_method: HEAD
fedoraapi_digest_header_leader_pattern: "^.+="
plugins.persist: PluginPersistToDatabase
plugins.postcheck: ['PluginPostCheckCopyFailures']