Sha256: ce139263272416c11d3674f3b164b806ffcb139989dd8de2caf2fcf66ace9151
Contents?: true
Size: 414 Bytes
Versions: 26
Compression:
Stored size: 414 Bytes
Contents
# This is a sample config file that does not have multiple solr instances. You will also need to be sure to # edit the fedora.yml file to match the solr URL for active-fedora. development: url: http://localhost:8983/solr/development test: &TEST url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8983}/solr/test" %> cucumber: <<: *TEST production: url: http://your.production.server:8080/bl_solr/core0
Version data entries
26 entries across 26 versions & 1 rubygems