initial commit of file from CVS for smeserver-tt-rss on Sat Sep 7 21:09:52 AEST 2024
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
putenv('TTRSS_SPHINX_ENABLED=false');
|
||||
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
|
||||
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
|
||||
|
||||
putenv('TTRSS_SPHINX_INDEX=ttrss');
|
||||
// Index name in Sphinx configuration
|
||||
|
||||
putenv('TTRSS_SPHINX_SERVER=localhost:9312');
|
||||
// Hostname:port combination for the Sphinx server.
|
Reference in New Issue
Block a user