1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:05:55 +00:00

add SPHINX_SERVER

This commit is contained in:
Andrew Dolgov
2013-04-16 16:41:32 +04:00
parent b9863a153c
commit 52803a0bfd
3 changed files with 8 additions and 3 deletions

View File

@@ -108,6 +108,9 @@
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.
define('SPHINX_INDEX', 'ttrss');
// Index name in Sphinx configuration. You can specify multiple indexes
// as a comma-separated string.