<?php
/**
 * Options for the sphinxsearch plugin
 *
 * @author Yaroslav Vorozhko <yaroslav@ivinco.com>
 */

$conf['host']     = 'localhost';
$conf['port']     = 3313;
$conf['index']     = 'dk_main';
$conf['maxresults'] = 10;

