mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update config.php
This commit is contained in:
parent
162cb51de6
commit
d7b4457d53
1 changed files with 6 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue