Sha256: eabf29d6d808ef87745ef45ef61ae4397f30b53c9daec295dc99e201008e8a12
Contents?: true
Size: 291 Bytes
Versions: 31
Compression:
Stored size: 291 Bytes
Contents
# This is a sample config file that points to a solr server for each environment development: url: http://localhost:8983/solr/development test: url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8983}/solr/test" %> production: url: http://your.production.server:8080/bl_solr/core0
Version data entries
31 entries across 31 versions & 1 rubygems