From 32455389d8a0b8e5834fc113f3454a26f13e0027 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 29 May 2012 16:59:42 +0300
Subject: [PATCH] add host parameter back to mysql configuration - fixes
 accidental regression in commit 3f4368d2fde6f67075d218c06a393bcf80a9de67

---
 lib/configuration.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/configuration.js b/lib/configuration.js
index 9bfccbffa..0e0d3c287 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -91,6 +91,7 @@ var conf = module.exports = convict({
       format: 'string?',
       env: 'MYSQL_PASSWORD'
     },
+    host: 'string?',
     create_schema: 'boolean = true',
     may_write: 'boolean = true',
     name: {
-- 
GitLab