Skip to content

Change configuration to use composite memory/postgres plus solr persisters by default.

Jim Coble requested to merge change-valkyrie-defaults into develop

This MR changes the default Valkyrie configuration to use a composite persister metadata adapter for each of the environments (development, test, production). For the development and production environments, the composite persister metadata adapter (composite_postgres_solr_persister) persists to postgres and Solr. For the test environment, the composite persister metadata adapter (composite_memory_solr_persister) persists to memory and Solr.

Merge request reports

Loading