initial mysql schema, db abstraction layer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user