diff --git a/library/config.php b/library/config.php index 95a36f6c0..4edcd32d4 100644 --- a/library/config.php +++ b/library/config.php @@ -553,8 +553,13 @@ $bb_cfg['posts_cache_days_keep'] = 14; $bb_cfg['use_ajax_posts'] = true; // Search -$bb_cfg['search_engine_type'] = 'mysql'; // none, mysql, sphinx +$bb_cfg['search_engine_type'] = 'mysql'; // none, mysql, sphinx, manticore +// Manticore +$bb_cfg['manticore_host'] = '127.0.0.1'; +$bb_cfg['manticore_port'] = 9306; + +// Sphinx $bb_cfg['sphinx_topic_titles_host'] = '127.0.0.1'; $bb_cfg['sphinx_topic_titles_port'] = 3312; $bb_cfg['sphinx_config_path'] = '../install/sphinx/sphinx.conf';