Sha256: 6c7be85e423f86a1c767b5cf2ca72bb12f92a40abd69b5d4a57fa595bd870e55
Contents?: true
Size: 416 Bytes
Versions: 201
Compression:
Stored size: 416 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
201 entries across 187 versions & 6 rubygems