From 912e27eeff226fec00d6edfdf742468c6c171c40 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 21 Apr 2015 13:56:56 -0400 Subject: [PATCH] comment out defaults --- config/tool_shed.ini.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tool_shed.ini.sample b/config/tool_shed.ini.sample index a747bd3e0b7..9d8e4338868 100644 --- a/config/tool_shed.ini.sample +++ b/config/tool_shed.ini.sample @@ -51,8 +51,8 @@ session_secret = changethisinproduction # you can generate search index and allow full text API searching over # the repositories and tools within the Tool Shed given that you specify # the following two config options. -toolshed_search_on = True -whoosh_index_dir = database/toolshed_whoosh_indexes +#toolshed_search_on = True +#whoosh_index_dir = database/toolshed_whoosh_indexes # -- Analytics