summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-29 04:43:21 +0100
committerAndrew Dolgov <[email protected]>2006-03-29 04:43:21 +0100
commit1e59ae3582c48fd7a5e3b4853992afa1712da3a7 (patch)
treeb4803adaa3b6a6b925a79467f910914432045f49 /config.php-dist
parent1b2e1b0e52939c74064cb1fea999a74369edf19f (diff)
fix purge_feed for pg 8.1, new option: PG_VERSION
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index fa7376af7..d07f2eb64 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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