Files
liche/home/config/sphinx.php
T
2021-07-05 09:56:27 +08:00

6 lines
168 B
PHP
Executable File

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