X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=config.php-dist;h=ac4e098c536c4de0cd10b0de932ed11b740ad44e;hb=77aebd7e4a28ba10b07d8ec697cc84cc4a810777;hp=f9cc181af4287d5ad9cc642b626c61cc1a5b164f;hpb=ea55f2e11c162db8edeac1a39f861d5ad2381a60;p=tt-rss.git diff --git a/config.php-dist b/config.php-dist old mode 100644 new mode 100755 index f9cc181a..ac4e098c --- a/config.php-dist +++ b/config.php-dist @@ -23,18 +23,6 @@ // 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 @@ -196,9 +184,4 @@ // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). - define('PROXY', ''); - // Connect to RSS feeds through a PROXY, this way tt-rss won't connect to - // webservers directly. - // Example format: '127.0.0.1:8123' (polipo proxy running on localhost) - // vim:ft=php