Remvoing config values

This commit is contained in:
Chris Cowan 2015-01-27 17:58:22 -07:00
parent 1e6bf202f7
commit 2f70a856be

View file

@ -11,14 +11,6 @@ module.exports = function (grunt) {
'elasticsearch/marvel/latest'
],
config: {
path: {
home: rel('1.4.2'),
bin: rel('1.4.2/bin'),
conf: rel('1.4.2/config'),
data: rel('data_dir'),
logs: rel('logs'),
plugins: rel('1.4.2/plugins')
},
network: {
host: '127.0.0.1'
},