6 lines
173 B
PHP
6 lines
173 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$config['host'] = '192.168.0.16';
|
|
$config['port'] = 9512;
|
|
$config['SPHINX_MAX_MATCHES'] = '2000'; |