зеркало из https://github.com/mozilla/esFrontLine.git
34 строки
597 B
JSON
34 строки
597 B
JSON
{
|
|
"elasticsearch":[{
|
|
"host":"http://frontline-es",
|
|
"port":9200
|
|
}],
|
|
"flask":{
|
|
"host":"0.0.0.0",
|
|
"port": 9292,
|
|
"debug":false,
|
|
"threaded":true,
|
|
"processes":1
|
|
},
|
|
"url_prefix": "/elasticsearch",
|
|
"users": [
|
|
{
|
|
"hawk": {
|
|
"id": "babadie@mozilla.com",
|
|
"key": "dummySecret",
|
|
"algorithm": "sha256"
|
|
},
|
|
"resources": [
|
|
"demo"
|
|
]
|
|
}
|
|
],
|
|
"whitelist":["demo"],
|
|
"debug":{
|
|
"log":[{
|
|
"stream":"sys.stdout"
|
|
}]
|
|
}
|
|
|
|
}
|