summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 13:17:16 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 13:17:16 +0100
commit648472a7f3cde46cc2ffc6c4ae31d1f65e010f61 (patch)
tree45e1f8c445268cacde129443a80983fd178d34cb /config.php-dist
parent0eef53fe3cd09da8db1581b1e0853e43fd952179 (diff)
initial mysql schema, db abstraction layer
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