Merge pull request #172 from netantho/averez-docker-cleanup

docker cleanup settings.js
This commit is contained in:
jeffbryner 2014-07-23 14:02:41 -07:00
Родитель c8aca1c1c2 ba69c2ce1d
Коммит 9e9f40baf3
1 изменённых файлов: 0 добавлений и 27 удалений

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

@ -1,27 +0,0 @@
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) 2014 Mozilla Corporation
Contributors:
Jeff Bryner jbryner@mozilla.com
Anthony Verez averez@mozilla.com
*/
//configuration settings
elasticsearch = {
address: "http://localhost:9200/",
healthurl: "_cluster/health",
docstatsurl: "_stats/docs"
}
mozdef = {
rootURL: "http://localhost",
port: "3000",
rootAPI: "http://localhost:8081",
kibanaURL: "http://localhost:9090",
enableBanhammer: false
}