Show More
@@ -372,18 +372,17 b' beaker.session.auto = false' | |||||
372 | ################################### |
|
372 | ################################### | |
373 | ## SEARCH INDEXING CONFIGURATION ## |
|
373 | ## SEARCH INDEXING CONFIGURATION ## | |
374 | ################################### |
|
374 | ################################### | |
|
375 | ## Full text search indexer is available in rhodecode-tools under | |||
|
376 | ## `rhodecode-tools index` command | |||
375 |
|
377 | |||
376 | # WHOOSH |
|
378 | # WHOOSH Backend, doesn't require additional services to run | |
|
379 | # it works good with few dozen repos | |||
377 | search.module = rhodecode.lib.index.whoosh |
|
380 | search.module = rhodecode.lib.index.whoosh | |
378 | search.location = %(here)s/data/index |
|
381 | search.location = %(here)s/data/index | |
379 |
|
382 | |||
380 | ## ELASTICSEARCH (EE edition only). Requires Elastic Search cluster |
|
|||
381 | ## to be installed, and running |
|
|||
382 | #search.module = rc_elasticsearch |
|
|||
383 | #search.location = http://localhost:9200 |
|
|||
384 |
|
383 | |||
385 | ################################### |
|
384 | ################################### | |
386 | ## ERROR AND LOG HANDLING SYSTEM ## |
|
385 | ## APPENLIGHT CONFIG ## | |
387 | ################################### |
|
386 | ################################### | |
388 |
|
387 | |||
389 | ## Appenlight is tailored to work with RhodeCode, see |
|
388 | ## Appenlight is tailored to work with RhodeCode, see |
@@ -346,18 +346,17 b' beaker.session.auto = false' | |||||
346 | ################################### |
|
346 | ################################### | |
347 | ## SEARCH INDEXING CONFIGURATION ## |
|
347 | ## SEARCH INDEXING CONFIGURATION ## | |
348 | ################################### |
|
348 | ################################### | |
|
349 | ## Full text search indexer is available in rhodecode-tools under | |||
|
350 | ## `rhodecode-tools index` command | |||
349 |
|
351 | |||
350 | # WHOOSH |
|
352 | # WHOOSH Backend, doesn't require additional services to run | |
|
353 | # it works good with few dozen repos | |||
351 | search.module = rhodecode.lib.index.whoosh |
|
354 | search.module = rhodecode.lib.index.whoosh | |
352 | search.location = %(here)s/data/index |
|
355 | search.location = %(here)s/data/index | |
353 |
|
356 | |||
354 | ## ELASTICSEARCH (EE edition only). Requires Elastic Search cluster |
|
|||
355 | ## to be installed, and running |
|
|||
356 | #search.module = rc_elasticsearch |
|
|||
357 | #search.location = http://localhost:9200 |
|
|||
358 |
|
357 | |||
359 | ################################### |
|
358 | ################################### | |
360 | ## ERROR AND LOG HANDLING SYSTEM ## |
|
359 | ## APPENLIGHT CONFIG ## | |
361 | ################################### |
|
360 | ################################### | |
362 |
|
361 | |||
363 | ## Appenlight is tailored to work with RhodeCode, see |
|
362 | ## Appenlight is tailored to work with RhodeCode, see |
General Comments 0
You need to be logged in to leave comments.
Login now