mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update config.php
This commit is contained in:
parent
35ddcfced2
commit
80fd0524b5
1 changed files with 8 additions and 1 deletions
|
@ -554,8 +554,15 @@ $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'] = 9308;
|
||||
$bb_cfg['manticore_mysql_port'] = 9306;
|
||||
$bb_cfg['manticore_timeout'] = 5;
|
||||
|
||||
// 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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue