mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-01 20:31:00 +01:00
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
<?
|
|
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);
|
|
?>
|
|
|