summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 16:01:18 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 16:01:18 +0100
commita1a8a2be02600413edd36374f239e936f8fbff3c (patch)
tree377112e3088f9b75f4b8e0e6818fcd9397e254a4 /config.php-dist
parentd76a3b036c8863ae023686f08e36b11dc9e8ce2e (diff)
functionality updates
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 61c4acf47..99319da6e 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,4 +1,6 @@
<?
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
+ define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
+ define(HEADLINES_PER_PAGE, 15);
?>