sphinx search config.php.sample defaults
darcs-hash:20081124005402-099f7-00c1482cdb297db98d6419479afdd825d3494c89.gz
This commit is contained in:
parent
e4f65762cc
commit
6c4665c576
@ -56,6 +56,12 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
|
||||
#Add your own here. Note: empty array by default
|
||||
#$config['nickname']['blacklist'][] = 'scobleizer';
|
||||
|
||||
# sphinx search
|
||||
$config['sphinx']['enabled'] = false;
|
||||
$config['sphinx']['server'] = 'localhost';
|
||||
$config['sphinx']['PORT'] = 3312;
|
||||
|
||||
|
||||
# Users to populate the 'Featured' tab
|
||||
#$config['nickname']['featured'][] = 'scobleizer';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user