]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
add support for Sphinx search engine
[tt-rss.git] / config.php-dist
index 14cc1e3078392fc0e8e8b6e21511b77225a6bca4..85e682ccace708d258bee84fcab1efbafe0d2675 100644 (file)
        // intervals is disabled and all articles (which are not starred) 
        // older than this amount of days are purged.
 
-       define('CONFIG_VERSION', 19);
+       define('SPHINX_ENABLE', 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
+
+       define('CONFIG_VERSION', 20);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).