From 6c4665c576158eaaff05e65869bc9d175e1db5f2 Mon Sep 17 00:00:00 2001 From: millette Date: Sun, 23 Nov 2008 19:54:02 -0500 Subject: sphinx search config.php.sample defaults darcs-hash:20081124005402-099f7-00c1482cdb297db98d6419479afdd825d3494c89.gz --- config.php.sample | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 87c8b76c5..8f195e464 100644 --- a/config.php.sample +++ b/config.php.sample @@ -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'; -- cgit v1.2.3-54-g00ecf