xref: /plugin/sphinxsearch-was/conf/default.php (revision 3:c793831f6d31)
1<?php
2/**
3 * Options for the sphinxsearch plugin
4 *
5 * @author Yaroslav Vorozhko <yaroslav@ivinco.com>
6 */
7
8$conf['host']     = 'localhost';
9$conf['port']     = 3313;
10$conf['index']     = 'dk_main';
11$conf['maxresults'] = 10;
12
13