1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/config.php-dist

8 lines
208 B
Plaintext
Raw Normal View History

2005-08-21 13:13:04 +02:00
<?
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
2005-08-21 17:01:18 +02:00
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
2005-08-21 17:23:44 +02:00
define(MIN_UPDATE_TIME, 600);
2005-08-21 13:13:04 +02:00
?>