summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-22 09:40:55 +0400
committerAndrew Dolgov <[email protected]>2013-05-22 09:40:55 +0400
commit6f49cedfd728451adeacc8448c265098b08b61eb (patch)
treecd41add6f4eb5e50e1a089ad684fdec5a8b5d2b9 /config.php-dist
parent81fbafef0f8775c6acc1f1e055ea113547737ae2 (diff)
update sphinx index option description
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 6847b91a8..1eb4a13e4 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -114,9 +114,10 @@
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 ***