From 6fd8c7d1e5e834f464a170b9b077da03f31b42a9 Mon Sep 17 00:00:00 2001
From: Francois Marier <francois@mozilla.com>
Date: Fri, 29 Jun 2012 18:21:53 +1200
Subject: [PATCH] Remove duplicate copies of the db password setting

The same lines appear a few lines up from here.
---
 lib/configuration.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/configuration.js b/lib/configuration.js
index 0c5b68dce..1d0bd7a30 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -108,10 +108,6 @@ var conf = module.exports = convict({
       format: 'string?',
       env: 'DATABASE_NAME'
     },
-    password: {
-      format: 'string?',
-      env: 'MYSQL_PASSWORD'
-    },
     max_query_time_ms: {
       format: 'integer = 5000',
       doc: "The maximum amount of time we'll allow a query to run before considering the database to be sick",
-- 
GitLab