Class: OcflTools::Config

Inherits:
Anyway::Config
  • Object
show all
Defined in:
lib/ocfl_tools/config.rb

Overview

Site-wide configuration settings for OCFL-Tools, using the ‘anyway’ gem. Settings and their default values are:

   version_format: "v%04d",
     content_type: 'https://ocfl.io/1.0/spec/#inventory',
content_directory: 'content',
 digest_algorithm: 'sha512',
fixity_algorithms: ['md5', 'sha1', 'sha256']
     ocfl_version: '1.0'