diff --git a/config/elastic.json b/config/elastic.json index a7d089b1404..53117de9012 100644 --- a/config/elastic.json +++ b/config/elastic.json @@ -1,10 +1,8 @@ { - "elastic": { - "elastic": { - "Scheme": "http", - "Host": "onlyoffice-elasticsearch", - "Port": "9200", - "Threads": "1" - } - } + "elastic": { + "Scheme": "http", + "Host": "onlyoffice-elasticsearch", + "Port": "9200", + "Threads": "1" + } }