summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index ba5dcd6ba..fd35eeb07 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,8 +1,14 @@
<?
- define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
+ // define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
// DB connection string, PostgreSQL must be configured to accept connections
// via TCP/IP and authentified by password.
-
+
+ define(DB_TYPE, "pgsql");
+ define(DB_HOST, "localhost");
+ define(DB_USER, "fox");
+ define(DB_NAME, "fox");
+ define(DB_PASS, "XXXXXX");
+
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
// Local cache directory for RSS feeds