Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dassie/.env
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ VALKYRIE_METADATA_ADAPTER=pg_metadata
VALKYRIE_SOLR_HOST=solr
VALKYRIE_SOLR_PORT=8983
VALKYRIE_STORAGE_ADAPTER=versioned_disk_storage
VALKYRIE_TRANSITION=false
VALKYRIE_TRANSITION=true
2 changes: 2 additions & 0 deletions .dassie/config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# Injected via `rails g hyrax:work_resource GenericWorkResource`
# config.register_curation_concern :generic_work_resource

config.valkyrie_transition = ActiveModel::Type::Boolean.new.cast(ENV.fetch('VALKYRIE_TRANSITION', true))

config.iiif_image_server = true
config.work_requires_files = false
config.citations = true
Expand Down
Loading