ttrss/config.php-dist

14 lines
362 B
Plaintext
Raw Normal View History

2005-08-21 11:13:04 +00:00
<?
2005-08-23 14:47:46 +00:00
define(VERSION, "0.2-pre");
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-25 06:46:24 +00:00
define(ENABLE_FEED_ICONS, true);
define(ICONS_DIR, "icons");
define(ICONS_URL, "icons");
2005-08-21 11:13:04 +00:00
?>