diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-21 16:01:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-21 16:01:18 +0100 |
| commit | a1a8a2be02600413edd36374f239e936f8fbff3c (patch) | |
| tree | 377112e3088f9b75f4b8e0e6818fcd9397e254a4 /config.php-dist | |
| parent | d76a3b036c8863ae023686f08e36b11dc9e8ce2e (diff) | |
functionality updates
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 2 |
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); ?> |