]> git.wh0rd.org - tt-rss.git/blob - config.php-dist
updated NEWS
[tt-rss.git] / config.php-dist
1 <?
2 define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
3 define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
4 define(HEADLINES_PER_PAGE, 15);
5 define(MIN_UPDATE_TIME, 1800);
6 define(WEB_DEMO_MODE, false);
7 define(ENABLE_FEED_ICONS, true);
8 define(ICONS_DIR, "icons");
9 define(ICONS_URL, "icons");
10 define(PURGE_OLD_DAYS, 30);
11 ?>
12