]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Logger: add implementation for logger->log(message)
[tt-rss.git] / config.php-dist
old mode 100644 (file)
new mode 100755 (executable)
index 38a56f1..ac4e098
        // 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('FEED_CRYPT_KEY', '');
-       // WARNING: mcrypt is deprecated in php 7.1. This directive exists for backwards
-       // compatibility with existing installs, new passwords are NOT going to be encrypted.
-       // Use update.php --decrypt-feeds to decrypt existing passwords in the database while
-       // mcrypt is still available.
-
-       // Key used for encryption of passwords for password-protected feeds
-       // in the database. A string of 24 random characters. If left blank, encryption
-       // is not used. Requires mcrypt functions.
-       // Warning: changing this key will make your stored feed passwords impossible
-       // to decrypt.
        
        define('SINGLE_USER_MODE', false);
        // Operate in single user mode, disables all functionality related to
        // 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