update sphinx index option description
This commit is contained in:
parent
81fbafef0f
commit
6f49cedfd7
|
@ -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 ***
|
||||||
|
|
Loading…
Reference in New Issue