From befc807f838f69f73fd07282ba389784fac499ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Mar 2006 11:38:41 +0100 Subject: optional DB_PORT, misc js cleanups --- config.php-dist | 1 + 1 file changed, 1 insertion(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index af04b603b..3f2f8cb00 100644 --- a/config.php-dist +++ b/config.php-dist @@ -7,6 +7,7 @@ define('DB_USER', "fox"); define('DB_NAME', "fox"); define('DB_PASS', "XXXXXX"); + //define('DB_PORT', '5432'); // when neeeded, PG-only define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache'); // Local cache directory for RSS feeds -- cgit v1.2.3-54-g00ecf