From a22f9fde47245259daa39ab7ee6e9c359c46c168 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Mon, 5 Jun 2017 13:07:17 -0500 Subject: [PATCH] Remove mozilla hostnames from meteor settings --- meteor/app/lib/settings.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meteor/app/lib/settings.js b/meteor/app/lib/settings.js index 44963ab1..5ad018a1 100644 --- a/meteor/app/lib/settings.js +++ b/meteor/app/lib/settings.js @@ -2,20 +2,21 @@ 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 +Copyright (c) 2017 Mozilla Corporation Contributors: Jeff Bryner jbryner@mozilla.com Anthony Verez averez@mozilla.com +Brandon Myers bmyers@mozilla.com */ //configuration settings mozdef = { - rootURL: "mozdef.private.scl3.mozilla.com", + rootURL: "localhost", port: "443", - rootAPI: "https://mozdef.private.scl3.mozilla.com:8444", - kibanaURL: "https://mozdef.private.scl3.mozilla.com:9443/app/kibana#", + rootAPI: "https://localhost:8444", + kibanaURL: "https://localhost:9443/app/kibana#", enableBlockIP: true, enableClientAccountCreation: false }