ttrss/config.php-dist

10 lines
241 B
Plaintext
Raw Normal View History

2005-08-21 11:13:04 +00:00
<?
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
2005-08-21 15:01:18 +00:00
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
2005-08-22 12:52:18 +00:00
define(MIN_UPDATE_TIME, 1800);
define(WEB_DEMO_MODE, false);
2005-08-21 11:13:04 +00:00
?>