Sha256: 6365e7e44262265c75b488e1fbfc9f341ee06e5610d1be2a2a594f6c2a365416

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

# sunspot-rails-http-basic-auth

All this gem does is patch rsolr and sunspot_rails to support
http basic authentication. In your `sunspot.yml` file, you can add
`user` and `password` keys:

    development:   
      solr:
        host: localhost
        port: 8982
        path: /solr
        user: theuser
        password: thepassword
        log_level: INFO
    
## Copyright

Copyright (c) 2011 Justin Ko. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sunspot-rails-http-basic-auth-0.0.1 README.md