smeserver-tt-rss/root/etc/e-smith/templates/usr/share/tt-rss/config.php/45sphinx

11 lines
385 B
Plaintext
Raw Normal View History

2012-04-24 10:25:01 +02:00
define('SPHINX_ENABLED', false);
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
define('SPHINX_INDEX', 'ttrss');
// Index name in Sphinx configuration
2013-05-14 17:03:16 +02:00
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.