2025-06-21 17:32:41 +02:00

10 lines
237 B
Plaintext

# config es
cluster.name=es-cluster
discovery.type=single-node
bootstrap.memory_lock=true
xpack.security.enabled=true
xpack.security.http.ssl.enabled=false
ES_JAVA_OPTS=-Xms1g -Xmx1g
# password for elastic user
ELASTIC_PASSWORD=pa55w0rd