mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Rename SPHINX to MANTICORESEARCH in config files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'host' => env('SPHINX_HOST', '127.0.0.1'),
|
||||
'port' => env('SPHINX_PORT', 9306),
|
||||
'host' => env('MANTICORESEARCH_HOST', '127.0.0.1'),
|
||||
'port' => env('MANTICORESEARCH_PORT', 9306),
|
||||
'indexes' => [
|
||||
'releases' => 'releases_rt',
|
||||
'predb' => 'predb_rt',
|
||||
|
||||
Reference in New Issue
Block a user