Skip to content

Commit 3aa792b

Browse files
authored
Update sphinxsearch.php
1 parent b438671 commit 3aa792b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/sphinxsearch.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
'timeout' => 30,
66
'indexes' => array(
77
'my_index_name' => array('table' => 'keywords', 'column' => 'id'),
8+
),
9+
'mysql_server' => array(
10+
'host' => '127.0.0.1',
11+
'port' => 9306
812
)
9-
);
13+
);

0 commit comments

Comments
 (0)