Files
openstapps/backend/database/config/elasticsearch.yml
2024-02-08 11:51:18 +01:00

7 lines
211 B
YAML

bootstrap.memory_lock: true
discovery.type: "single-node"
cluster.routing.allocation.disk.threshold_enabled: false
network.bind_host: 0.0.0.0
xpack.security.enabled: false
ingest.geoip.downloader.enabled: false