Sha256: f555cd1c2474b066557937727a4bd46a2455e0adf5c598c5a126e4bf5c5dd14e

Contents?: true

Size: 216 Bytes

Versions: 8

Compression:

Stored size: 216 Bytes

Contents

common: &common
  solr:
    hostname: localhost
    port: 8983

production:
  <<: *common
  solr:
    path: /solr/myindex

development:
  <<: *common
  solr:
    port: 8982

test:
  <<: *common
  solr:
    port: 8981

Version data entries

8 entries across 8 versions & 6 rubygems

Version Path
adamsalter-sunspot_rails-0.10.5 generators/sunspot/templates/sunspot.yml
collectiveidea-sunspot_rails-0.10.6 generators/sunspot/templates/sunspot.yml
kristopher-sunspot_rails-0.10.6 generators/sunspot/templates/sunspot.yml
outoftime-sunspot_rails-0.10.5 generators/sunspot/templates/sunspot.yml
ssoroka-sunspot_rails-0.10.5 generators/sunspot/templates/sunspot.yml
ssoroka-sunspot_rails-0.10.6 generators/sunspot/templates/sunspot.yml
goldstar-sunspot_rails-0.10.6.3 generators/sunspot/templates/sunspot.yml
goldstar-sunspot_rails-0.10.6.1 generators/sunspot/templates/sunspot.yml