]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
initial mysql schema, db abstraction layer
[tt-rss.git] / config.php-dist
index ba5dcd6ba91ba185934a40b614d3a934528e387d..fd35eeb078849393ccc39ead64690efe086e248c 100644 (file)
@@ -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