Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This provides the path to a file defining a list of allowed external binary content paths. If this parameter is not provided, then clients will be disallowed from creating external binary resources. See the external content allowed paths configuration for more details.

No Format
-Dfcrepo.autoversioning.enabled=true

This results in every change to Fedora resources being persisted in a new OCFL version, as opposed to building up changes in the OCFL "mutable-head" extension.

No Format
    <!-- Containment Index DB -->
    <bean id="containmentIndexDataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
      <property name="driverClassName" value="org.h2.Driver" />
      <property name="url" value="jdbc:h2:mem:index" />
    </bean>

Within Fedora's fcrepo-config.xml file, the value of "url" can be changed to support a wide range of connection modes and connection settings. Reference

Anchor
ocfl
ocfl
OCFL

The OCFL persistence configurations mentioned above have a number of more detailed configuration elements that can optionally be set. To see exactly which elements are available to be set, inspect the repository.json files specified above. Those files can be browsed in the source tree in:

...