Changed config/sunspot.yml to be compatible with sunspot v2.1.0

This commit is contained in:
Manson Wang 2013-11-19 16:58:37 +08:00
parent c545c6f172
commit fbb0bf6e04
1 changed files with 3 additions and 0 deletions

View File

@ -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