X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=config.php-dist;h=0c3e92b74483b2b97b7ae9612e6e61315c0b4e48;hb=c63850fad00f228ae9613d8f662dd4d2ff05e528;hp=999f007735196201ae7742b1ef01d1265fb9608c;hpb=307e24ca81b95fc76a2a26d3c1cd872baac33b16;p=tt-rss.git diff --git a/config.php-dist b/config.php-dist index 999f0077..0c3e92b7 100644 --- a/config.php-dist +++ b/config.php-dist @@ -104,13 +104,9 @@ // Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss // won't try to subscribe to PUSH feed updates. - // ********************* - // *** Sphinx search *** - // ********************* - - define('SPHINX_ENABLED', false); - // Enable fulltext search using Sphinx (http://www.sphinxsearch.com) - // Please see http://tt-rss.org/wiki/SphinxSearch for more information. + // **************************** + // *** Sphinx search plugin *** + // **************************** define('SPHINX_SERVER', 'localhost:9312'); // Hostname:port combination for the Sphinx server.