]> git.wh0rd.org - tt-rss.git/blame - config.php-dist
feed search works now
[tt-rss.git] / config.php-dist
CommitLineData
8af5db8f 1<?
f07c0eb4 2 define(VERSION, "0.2-pre");
8af5db8f 3 define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
a1a8a2be
AD
4 define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
5 define(HEADLINES_PER_PAGE, 15);
9d9c9dd6 6 define(MIN_UPDATE_TIME, 1800);
b0b4abcf 7 define(WEB_DEMO_MODE, false);
8af5db8f
AD
8?>
9