From fbb0bf6e045496ee1e44c604c6978d99d92c88f7 Mon Sep 17 00:00:00 2001 From: Manson Wang Date: Tue, 19 Nov 2013 16:58:37 +0800 Subject: [PATCH] Changed config/sunspot.yml to be compatible with sunspot v2.1.0 --- config/sunspot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/sunspot.yml b/config/sunspot.yml index e8323e42..0e7b323a 100644 --- a/config/sunspot.yml +++ b/config/sunspot.yml @@ -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