]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
new option: ALLOW_REMOTE_USER_AUTH
[tt-rss.git] / config.php-dist
index 8001513d0c5c671a9cd1971295ecccda8b2fa6fd..5edb79aa34d25d513e412843570e134aabac3d27 100644 (file)
        define('DAEMON_FEED_LIMIT', 100);
        // Limits the amount of feeds daemon updates on one run
 
-       define('CONFIG_VERSION', 12);
+       define('ALLOW_REMOTE_USER_AUTH', false);
+   // Set to 'true' if you trust your web server's REMOTE_USER
+       // environment variable to validate that the user is logged in. This
+       // option can be used to integrate tt-rss with Apache's external
+       // authentication modules.
+
+       define('CONFIG_VERSION', 13);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).