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