From 548937a96e30c89e8fea5a7836031bc9a6298f5f Mon Sep 17 00:00:00 2001 From: Jon Buckley Date: Thu, 21 Jul 2016 14:39:06 -0400 Subject: [PATCH] chore(config): Remove unused git key from config --- lib/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/config.js b/lib/config.js index c7b9939..63146e8 100644 --- a/lib/config.js +++ b/lib/config.js @@ -48,13 +48,6 @@ const conf = convict({ default: '' } }, - git: { - commit: { - doc: 'Commit SHA when in stage/production', - format: String, - default: '' - } - }, img: { driver: { env: 'IMG',