Merge pull request #198 from jbuck/remove-git-config

chore(config): Remove unused git key from config
This commit is contained in:
John Morrison 2016-07-21 15:49:34 -07:00 коммит произвёл GitHub
Родитель 84cdfb37a2 548937a96e
Коммит 2fbb0e336f
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -48,13 +48,6 @@ const conf = convict({
default: ''
}
},
git: {
commit: {
doc: 'Commit SHA when in stage/production',
format: String,
default: ''
}
},
img: {
driver: {
env: 'IMG',