зеркало из https://github.com/mozilla/MozDef.git
Remove mozilla hostnames from meteor settings
This commit is contained in:
Родитель
16664de914
Коммит
a22f9fde47
|
@ -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
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче