From 745c4413f4dba9d22f7d4acaa2e53a82524aa797 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 14 May 2018 21:00:17 +0200 Subject: [PATCH] fix the solr path for production --- config/sunspot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sunspot.yml b/config/sunspot.yml index 20d40e6..27023f3 100644 --- a/config/sunspot.yml +++ b/config/sunspot.yml @@ -3,7 +3,7 @@ production: hostname: localhost port: 8080 log_level: WARNING - path: /solr/#/default #production #ollection1 #production + path: /solr-4.10.2/default #production #ollection1 #production # solr_home: solr # read_timeout: 2 # open_timeout: 0.5