]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
add internal directories for cache & lockfiles
[tt-rss.git] / config.php-dist
index 08401133fd1b4ddbb10fec40f09346cd6d9e8d4b..b52414d9f3e333308c634e71e6ef9fe0933d3e68 100644 (file)
@@ -15,7 +15,7 @@
        // longer than 5 seconds to generate.  To prevent failed
        // updates, increase this.
 
-       define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
+       define('MAGPIE_CACHE_DIR', 'cache/magpie');
        // Local cache directory for RSS feeds
 
        define('MAGPIE_CACHE_AGE', 60*30); 
@@ -95,7 +95,7 @@
        // 0 - Magpie
        // 1 - SimplePie
 
-       define('SIMPLEPIE_CACHE_DIR',   '/var/tmp/simplepie-ttrss-cache');
+       define('SIMPLEPIE_CACHE_DIR',   'cache/simplepie');
        // Cache directory for RSS feeds when using SimplePie
 
        define('SIMPLEPIE_CACHE_IMAGES', false);
        // option can be used to integrate tt-rss with Apache's external
        // authentication modules.
 
-       define('LOCK_DIRECTORY', '.');
+       define('LOCK_DIRECTORY', 'lock');
        // Directory for lockfiles, must be writable to the user you run
        // daemon process or cronjobs under.