Merge pull request #438 from mozilla/update_dockercompose_meteor

Add authtype to meteor settings
This commit is contained in:
Brandon Myers 2017-08-18 12:29:02 -05:00 коммит произвёл GitHub
Родитель 64c6d19b28 f363d3d9a1
Коммит cc400eede8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -18,6 +18,6 @@ mozdef = {
rootAPI: "http://rest:8081",
kibanaURL: "http://localhost:9090/app/kibana#",
enableBlockIP: false,
enableClientAccountCreation: true
enableClientAccountCreation: true,
authenticationType: "meteor-password"
}