Changed config/sunspot.yml to be compatible with sunspot v2.1.0
This commit is contained in:
parent
c545c6f172
commit
fbb0bf6e04
|
@ -3,15 +3,18 @@ production:
|
|||
hostname: localhost
|
||||
port: 8982
|
||||
log_level: WARNING
|
||||
solr_home: solr
|
||||
|
||||
development:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8982
|
||||
log_level: INFO
|
||||
solr_home: solr
|
||||
|
||||
test:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8981
|
||||
log_level: WARNING
|
||||
solr_home: solr
|
||||
|
|
Loading…
Reference in New Issue