]> git.wh0rd.org - tt-rss.git/blame - config.php-dist
TAG 0.1
[tt-rss.git] / config.php-dist
CommitLineData
8af5db8f
AD
1<?
2 define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
a1a8a2be
AD
3 define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
4 define(HEADLINES_PER_PAGE, 15);
82baad4a 5 define(MIN_UPDATE_TIME, 600);
57865bb1 6 define(CONTENT_CHECK_MD5, false);
8af5db8f
AD
7?>
8