diff options
author | millette <millette@controlyourself.ca> | 2008-11-20 16:13:47 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-20 16:13:47 -0500 |
commit | 0bd6f7645159095be3a39e01888eab116b397883 (patch) | |
tree | c9cf3b71cf7d83b1601b3024c795e87844e6a4ea /lib/common.php | |
parent | 297744353449ad0cdcd9f7d971932386abe8f7d4 (diff) |
sphinx search of people
darcs-hash:20081120211347-099f7-d5588788dcd9a16cf72ece59da3d2bf9b8171b85.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index def183375..acea1252c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -102,6 +102,10 @@ $config = 'host' => NULL, # only set if != server 'debug' => false, # print extra debug info 'public' => array()), # JIDs of users who want to receive the public stream + 'sphinx' => + array('enabled' => false, + 'server' => 'localhost', + 'port' => 3312), 'tag' => array('dropoff' => 864000.0), 'daemon' => |