Fix elasticsearch.config syntax (#43)

This commit is contained in:
amalgamm 2019-11-11 18:40:59 +03:00 committed by niku64
parent eb5c468d4c
commit 7f8b4bb003

View File

@ -71,7 +71,7 @@ config = {
},
'bootstrap': {'memory_lock': True},
'discovery': {},
'cluster': {}
'cluster': {},
'network': { 'host': '${HOSTNAME}' },
'http': { 'port': 9200 },
'gateway': {