summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-11 09:48:34 +0300
committerAndrew Dolgov <[email protected]>2020-12-11 09:48:34 +0300
commit65254f5db47ce3fb8ce1bf9c4bbda2cd6f977cf8 (patch)
tree5f5fcb685db155a2e47740a205dd27516b55e8f8 /config.php-dist
parent43bd3394c31ed67cafddd2c147144bdb67f32477 (diff)
- move sphinx plugin to a separate repo
- regenerate config checks without sphinx-related variables
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist12
1 files changed, 0 insertions, 12 deletions
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 ***
// ***********************************