Skip to content
Snippets Groups Projects
Commit 0a222300 authored by Demian Katz's avatar Demian Katz
Browse files

Disabled stats core by default.

parent 52eb62b9
No related merge requests found
...@@ -217,6 +217,9 @@ ils_encryption_key = false ...@@ -217,6 +217,9 @@ ils_encryption_key = false
; When using the Solr mode, specify the address of a Solr server containing a ; When using the Solr mode, specify the address of a Solr server containing a
; "stats" core here; if no URL is specified, [Index]/url below will be used. ; "stats" core here; if no URL is specified, [Index]/url below will be used.
;
; Note: The stats core is disabled by default -- you will need to edit solr/solr.xml
; to turn it on.
;solr = http://localhost:8080/solr ;solr = http://localhost:8080/solr
; When using the File mode, specify a directory for saving stat files here: ; When using the File mode, specify a directory for saving stat files here:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<cores adminPath="/admin/multicore"> <cores adminPath="/admin/multicore">
<core name="biblio" instanceDir="biblio"/> <core name="biblio" instanceDir="biblio"/>
<core name="authority" instanceDir="authority"/> <core name="authority" instanceDir="authority"/>
<core name="stats" instanceDir="stats"/> <!-- uncomment to enable stats core: <core name="stats" instanceDir="stats"/> -->
<!-- uncomment to enable website core: <core name="website" instanceDir="website"/> --> <!-- uncomment to enable website core: <core name="website" instanceDir="website"/> -->
<!-- uncomment to enable reserves core: <core name="reserves" instanceDir="reserves"/> --> <!-- uncomment to enable reserves core: <core name="reserves" instanceDir="reserves"/> -->
</cores> </cores>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment