tt-rss/config.php-dist
2005-08-21 16:01:18 +01:00

6 lines
177 B
Text

<?
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);
?>