]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
config.php-dist: fix lines which were too long
[tt-rss.git] / config.php-dist
index 1eb4a13e40abf1caa9a5ee324fab4b3aaa3c8470..ec4fb841166b4d46c188b2ff2be9bf41e20ff9ef 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('PHP_EXECUTABLE', '/usr/bin/php');
-       // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss programs and
-       // update daemon. Do not try to use CGI binary here, it won't work. If you see HTTP headers
-       // being displayed while running tt-rss scripts, then most probably you are using the CGI
-       // binary. If you are unsure what to put in here, ask your hosting provider.
+       // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss 
+       // programs and update daemon. Do not try to use CGI binary here, it won't work. 
+       // If you see HTTP headers being displayed while running tt-rss scripts, 
+       // then most probably you are using the CGI binary. If you are unsure what to 
+       // put in here, ask your hosting provider.
 
        define('LOCK_DIRECTORY', 'lock');
        // Directory for lockfiles, must be writable to the user you run
        // These two options enable SMTP authentication when sending
        // outgoing mail. Only used with SMTP_SERVER.
 
+       define('SMTP_SECURE', '');
+       // Used to select a secure SMTP connection. Allowed values: ssl, tls,
+       // or empty.
+       
        // ***************************************
        // *** Other settings (less important) ***
        // ***************************************