Sha256: 1a96308f0922145b21b8dbc3f98fc54fbc0cd4d35e19f6250146c023ac96bb06

Contents?: true

Size: 254 Bytes

Versions: 4

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://localhost:8983/solr/test
cucumber:
  <<: *TEST
production:
  url: http://your.production.server:8080/bl_solr/core0 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-head-4.1.3 config/solr.yml
hydra-head-4.1.2 config/solr.yml
hydra-head-4.1.1 config/solr.yml
hydra-head-4.1.0 config/solr.yml