]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Merge pull request #211 from PerryWerneck/master
[tt-rss.git] / config.php-dist
index 6847b91a8b2cbf060517c90c74493876e6a7d367..1eb4a13e40abf1caa9a5ee324fab4b3aaa3c8470 100644 (file)
        define('SPHINX_SERVER', 'localhost:9312');
        // 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
        // as a comma-separated string.
+       // Example configuration files are available on tt-rss wiki.
 
        // ***********************************
        // *** Self-registrations by users ***