Make sphinx only supported search engine

This commit is contained in:
DariusIII
2018-02-08 12:34:18 +01:00
parent ec94b3cb4a
commit 7c39e8bc34
15 changed files with 145 additions and 394 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'host' => '127.0.0.1',
'port' => 9306,
'index' => 'releases_rt'
];