]> git.wh0rd.org - tt-rss.git/blob - config.php-dist
change padding for prefsToolbar
[tt-rss.git] / config.php-dist
1 <?
2 define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
3 // DB connection string, PostgreSQL must be configured to accept connections
4 // via TCP/IP and authentified by password.
5
6 define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
7 // Local cache directory for RSS feeds
8
9 define(MIN_UPDATE_TIME, 1800);
10
11 define(WEB_DEMO_MODE, false);
12
13 define(ENABLE_FEED_ICONS, true);
14 define(ICONS_DIR, "icons");
15 define(ICONS_URL, "icons");
16
17 define(PURGE_OLD_DAYS, 30);
18 // Articles older than this number of days will be deleted automatically
19
20 define(UPDATE_POST_ON_CHECKSUM_CHANGE, true);
21
22 define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
23 // enable "Mark as read/unread" buttons in preferences dialog
24
25 ?>
26