mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:05:55 +00:00
fix definition of RSS_BACKEND_TYPE (closes #99)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
define('DB_PASS', "XXXXXX");
|
||||
//define('DB_PORT', '5432'); // when neeeded, PG-only
|
||||
|
||||
define(RSS_BACKEND_TYPE, "magpie");
|
||||
define('RSS_BACKEND_TYPE', "magpie");
|
||||
// magpie (stable) or simplepie (EXPERIMENTAL!)
|
||||
|
||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
||||
|
||||
Reference in New Issue
Block a user