# HG changeset patch # User Marcin Kuzminski # Date 2016-06-08 11:32:10 # Node ID e3b08e77b2095ea03dc5783e6b8b36ce610cdbd3 # Parent ec51143a4d44c6634e427acbfff7c9a95b705c45 ini: in CE repo we don't expose EE edition configuration. diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -372,18 +372,17 @@ beaker.session.auto = false ################################### ## SEARCH INDEXING CONFIGURATION ## ################################### +## Full text search indexer is available in rhodecode-tools under +## `rhodecode-tools index` command -# WHOOSH +# WHOOSH Backend, doesn't require additional services to run +# it works good with few dozen repos search.module = rhodecode.lib.index.whoosh search.location = %(here)s/data/index -## ELASTICSEARCH (EE edition only). Requires Elastic Search cluster -## to be installed, and running -#search.module = rc_elasticsearch -#search.location = http://localhost:9200 ################################### -## ERROR AND LOG HANDLING SYSTEM ## +## APPENLIGHT CONFIG ## ################################### ## Appenlight is tailored to work with RhodeCode, see diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -346,18 +346,17 @@ beaker.session.auto = false ################################### ## SEARCH INDEXING CONFIGURATION ## ################################### +## Full text search indexer is available in rhodecode-tools under +## `rhodecode-tools index` command -# WHOOSH +# WHOOSH Backend, doesn't require additional services to run +# it works good with few dozen repos search.module = rhodecode.lib.index.whoosh search.location = %(here)s/data/index -## ELASTICSEARCH (EE edition only). Requires Elastic Search cluster -## to be installed, and running -#search.module = rc_elasticsearch -#search.location = http://localhost:9200 ################################### -## ERROR AND LOG HANDLING SYSTEM ## +## APPENLIGHT CONFIG ## ################################### ## Appenlight is tailored to work with RhodeCode, see