summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 1fc384c74..301b8856c 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,7 +1,5 @@
<?php
- // Your RDBMS must be configured to accept connections
- // via TCP/IP and authentified by password.
-
+ // Database server configuration
define('DB_TYPE', "pgsql"); // or mysql
define('DB_HOST', "localhost");
define('DB_USER', "fox");