summaryrefslogtreecommitdiff
path: root/includes/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/conf.php')
-rw-r--r--includes/conf.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php
index ae59d1047..920a94397 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -12,8 +12,9 @@
# and so on is likely to confuse the parser; use alpha-numerical
# characters instead.
-# $db_url = "pgsql://user:password@hostname/database";
# $db_url = "mysql://user:password@hostname/database";
+# $db_url = "pgsql://user:password@hostname/database";
+# $db_url = "mssql://user:password@hostname/database";
$db_url = "mysql://drupal:drupal@localhost/drupal";