explain DB_TYPE config entry

This commit is contained in:
Andrew Dolgov 2005-09-07 15:39:34 +01:00
parent b76cdb2f44
commit 763f226898
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
<?
// define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
// DB connection string, PostgreSQL must be configured to accept connections
// PostgreSQL must be configured to accept connections
// via TCP/IP and authentified by password.
define(DB_TYPE, "pgsql");
define(DB_TYPE, "pgsql"); // or mysql
define(DB_HOST, "localhost");
define(DB_USER, "fox");
define(DB_NAME, "fox");