From 65254f5db47ce3fb8ce1bf9c4bbda2cd6f977cf8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 11 Dec 2020 09:48:34 +0300 Subject: - move sphinx plugin to a separate repo - regenerate config checks without sphinx-related variables --- config.php-dist | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index ae34b4f15..eed1a699d 100644 --- a/config.php-dist +++ b/config.php-dist @@ -89,18 +89,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 *** // *********************************** -- cgit v1.2.3-54-g00ecf