]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
plugins/mail: use PDO
[tt-rss.git] / config.php-dist
index c86af943be85da8c1b4be0f3fa75b2a88a0dd4c3..7a076d97693c3b8d125b42536b61d335ffe90bf5 100644 (file)
        // intervals is disabled and all articles (which are not starred) 
        // older than this amount of days are purged.
 
-       // *** PubSubHubbub settings ***
-
-       define('PUBSUBHUBBUB_HUB', '');
-       // URL to a PubSubHubbub-compatible hub server. If defined, "Published
-       // articles" generated feed would automatically become PUSH-enabled.
-
-       define('PUBSUBHUBBUB_ENABLED', false);
-       // Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
-       // won't try to subscribe to PUSH feed updates.
-
        // ****************************
        // *** Sphinx search plugin ***
        // ****************************
        // reset password link on the login form.
        
        define('LOG_DESTINATION', 'sql');
-       // Log destination to use. Possible values: sql (uses internal logging
+       // Error log destination to use. Possible values: sql (uses internal logging
        // you can read in Preferences -> System), syslog - logs to system log.
        // Setting this to blank uses PHP logging (usually to http server 
        // error.log).
+       // Note that feed updating daemons don't use this logging facility
+       // for normal output.
 
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php