From ba69c2ce1d4237a4759e2bebe12a736161405fc1 Mon Sep 17 00:00:00 2001 From: Anthony Verez Date: Wed, 23 Jul 2014 14:01:33 -0700 Subject: [PATCH] docker cleanup settings.js --- docker/settings.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docker/settings.js diff --git a/docker/settings.js b/docker/settings.js deleted file mode 100644 index 72b75b42..00000000 --- a/docker/settings.js +++ /dev/null @@ -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 -}