summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-23 04:53:09 +0000
committerAndrew Dolgov <[email protected]>2014-04-23 04:53:09 +0000
commitaf2c15f3d3bf922a333c50c9fa6629bfb8465645 (patch)
tree0da2ecb6d8a7537a4304ed70e7f357b02d16d14f /config.php-dist
parent9a6456fa121db77759f5a2cde0f7d7df51cd2bc9 (diff)
mention config.php settings in search_sphinx plugin description
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 2d7a6d195..0c3e92b74 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -104,9 +104,9 @@
// Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
// won't try to subscribe to PUSH feed updates.
- // *********************
- // *** Sphinx search ***
- // *********************
+ // ****************************
+ // *** Sphinx search plugin ***
+ // ****************************
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.