Sha256: 2715cff546a9d131fa2d9747a5fecf1a1b4f4c1973febc4239d2e086e5b5fcba

Contents?: true

Size: 254 Bytes

Versions: 2

Compression:

Stored size: 254 Bytes

Contents

# For given rails environment, what is the Solr url?
development:
  url: http://localhost:8983/solr/development
test: &TEST
  url: http://127.0.0.1:8983/solr/test
cucumber:
  <<: *TEST
production:
  url: http://your.production.server:8080/bl_solr/core0 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-head-4.0.3 config/solr.yml
hydra-head-4.0.2 config/solr.yml