upgrade ttrss to 82d3c653a73714d030e35b76d37d97c2af715432

This commit is contained in:
2020-12-19 14:15:53 +01:00
parent 06baa58868
commit 37476dc557
2 changed files with 2 additions and 14 deletions

View File

@@ -90,18 +90,6 @@
// intervals is disabled and all articles (which are not starred)
// older than this amount of days are purged.
// ****************************
// *** Sphinx search plugin ***
// ****************************
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.
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 ***
// ***********************************