]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
[tt-rss.git] / config.php-dist
index 6847b91a8b2cbf060517c90c74493876e6a7d367..0d1bfbc01da0fdacc1af0867f4cfcbe3ec45d29c 100644 (file)
@@ -18,9 +18,9 @@
        // *** Basic settings (important!) ***
        // ***********************************
 
-       define('SELF_URL_PATH', 'http://yourserver/tt-rss/');
+       define('SELF_URL_PATH', 'http://example.org/tt-rss/');
        // Full URL of your tt-rss installation. This should be set to the
-       // location of tt-rss directory, e.g. http://yourserver/tt-rss/
+       // location of tt-rss directory, e.g. http://example.org/tt-rss/
        // You need to set this option correctly otherwise several features
        // including PUSH, bookmarklets and browser integration will not work properly.
 
        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 ***
        // These two options enable SMTP authentication when sending
        // outgoing mail. Only used with SMTP_SERVER.
 
+       define('SMTP_SECURE', '');
+       // used to select a secure SMTP conneciton.  can be tls, ssl or enpty
+       
        // ***************************************
        // *** Other settings (less important) ***
        // ***************************************