diff options
Diffstat (limited to 'lib')
-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' => |