summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
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");