mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
fix purge_feed for pg 8.1, new option: PG_VERSION
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
define('DB_PASS', "XXXXXX");
|
||||
//define('DB_PORT', '5432'); // when neeeded, PG-only
|
||||
|
||||
define('PG_VERSION', '8.0');
|
||||
// Your PostgreSQL server version. Valid values: 7.4, 8.0, 8.1
|
||||
|
||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
||||
// Local cache directory for RSS feeds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user