summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 13:58:16 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 13:58:16 +0400
commit5ddac168374e56b72d5191644cc04e798e8e671d (patch)
treeb42e887bc6d0301a921d969eb6c93c9b74a2a48a /config.php-dist
parentad95edc2db3adc833ea826bbb043a23074ed31e2 (diff)
remove confusing DB_ header in config.php-dist
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");