kafka/.env

17 lines
361 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Elastic Stack version (Elasticsearch + Kibana)
# Elastic docs'ta gördüğün en güncel 9.x sürümünü yaz:
STACK_VERSION=9.2.2
# Cluster adı
CLUSTER_NAME=single-node-es
# HTTP portları
ES_PORT=9200
KIBANA_PORT=5601
# Elasticsearch heap (geliştirme için 1 GB)
ES_JAVA_OPTS=-Xms1g -Xmx1g
# Lisans tipi (basic çoğu iş için yeterli)
LICENSE=basic