Sha256: f67c24904f3437360f295076b5843d37322e19362169acb50df24f2be7164893

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

production:
  solr:
    hostname: localhost
    port: 8983
    log_level: WARNING
    path: /solr/production
    read_timeout: 20
    open_timeout: 1

development:
  solr:
    hostname: localhost
    port: 8983
    log_level: INFO
    path: /solr/development

test:
  solr:
    hostname: localhost
    port: 8983
    log_level: WARNING
    path: /solr/test
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunspot_rails-2.1.1 generators/sunspot/templates/sunspot.yml
sunspot_rails-2.1.0 generators/sunspot/templates/sunspot.yml