Examples of configuration file (in yml) needed
fereira opened this issue · 2 comments
I've been using fcrepo_wrapper (and solr_wrapper) for a while for development and testing. The documentation indicates the an "env" and "fedora_options" hashes can be used but I'm not sure how to construct the config.yml file to do so. Specifically, I'm looking for a way to configuration the modeshape options to do some testing with a SQL database for the object store. It would be nice to have a "full" example of a configuration file which showed how to set all of the available configuration options.
@fereira Looks like there are examples in spec/fixtures. Would be nice to have a complete example with every option used, and to include a link to them in the README though
I would like to see these, as well. I am trying to specify an override for fcrepo.modeshape.configuration so that I can configure a postgresql database, and I thought there would be a way to do that, through 'java_options' in the .fcrepo_wrapper.yml file, but that seems to work for some options and not others. Any ideas?