mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
update sphinx index option description
This commit is contained in:
@@ -114,9 +114,10 @@
|
|||||||
define('SPHINX_SERVER', 'localhost:9312');
|
define('SPHINX_SERVER', 'localhost:9312');
|
||||||
// Hostname:port combination for the Sphinx server.
|
// Hostname:port combination for the Sphinx server.
|
||||||
|
|
||||||
define('SPHINX_INDEX', 'ttrss');
|
define('SPHINX_INDEX', 'ttrss, delta');
|
||||||
// Index name in Sphinx configuration. You can specify multiple indexes
|
// Index name in Sphinx configuration. You can specify multiple indexes
|
||||||
// as a comma-separated string.
|
// as a comma-separated string.
|
||||||
|
// Example configuration files are available on tt-rss wiki.
|
||||||
|
|
||||||
// ***********************************
|
// ***********************************
|
||||||
// *** Self-registrations by users ***
|
// *** Self-registrations by users ***
|
||||||
|
|||||||
Reference in New Issue
Block a user