From 77decc550b078878f241f1e5ad6d34fd31e86ebf Mon Sep 17 00:00:00 2001
From: Kjartan Mannes <kjartan@2.no-reply.drupal.org>
Date: Mon, 24 Dec 2001 08:15:46 +0000
Subject: [PATCH] - changed the references to drop in conf.php with drupal. Its
 just nicer that way.

---
 includes/conf.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/conf.php b/includes/conf.php
index 05fe9a3a3d7f..84fb8ad2d6e2 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -8,7 +8,7 @@
 # $db_url = "pgsql://user:password@hostname/database";
 # $db_url = "mysql://user:password@hostname/database";
 
-$db_url = "mysql://drop:drop@localhost/drop";
+$db_url = "mysql://drupal:drupal@localhost/drupal";
 
 #
 # PHP settings:
-- 
GitLab