summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 15:39:34 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 15:39:34 +0100
commit763f2268984bd7e1d9ed962e7756f420304f7d5a (patch)
tree37db6fb906450127bf694acfa98591c4df7cbb42 /config.php-dist
parentb76cdb2f44755f299d94b4dba788f55d86170bc7 (diff)
explain DB_TYPE config entry
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index e604cf89d..d5bcdc9b9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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");