-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (22 loc) · 749 Bytes
/
.env.example
File metadata and controls
29 lines (22 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# File: .env
# Descrizione: Variabili d'ambiente per lo stack ELK + Kafka
#============== VERSIONI ==============
ELASTIC_STACK_VERSION=8.7.1
KAFKA_VERSION=latest
#============== SICUREZZA (CAMBIARE QUESTI VALORI!) ==============
ELASTIC_PASSWORD=changeme
KIBANA_PASSWORD=changeme
ENCRYPTION_KEY=c34d38b3a14956121ff2170e5030b471551370178f43e5626eec58b04a30fae2
#============== CLUSTER ==============
CLUSTER_NAME=docker-cluster
LICENSE=basic
#============== RETE ==============
ES_PORT=9200
KIBANA_PORT=5601
#============== RISORSE ==============
ES_MEM_LIMIT=3g
KB_MEM_LIMIT=1g
#============== KAFKA ==============
KAFKA_BOOTSTRAP_SERVERS=localhost:9092
#============== PROMPT ENCHANTER ==============
GEMINI_API_KEY=your_gemini_api_key_here