13 lines
362 B
Text
13 lines
362 B
Text
<?
|
|
define(VERSION, "0.2-pre");
|
|
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
|
|
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
|
define(HEADLINES_PER_PAGE, 15);
|
|
define(MIN_UPDATE_TIME, 1800);
|
|
define(WEB_DEMO_MODE, false);
|
|
define(ENABLE_FEED_ICONS, true);
|
|
define(ICONS_DIR, "icons");
|
|
define(ICONS_URL, "icons");
|
|
|
|
?>
|
|
|