forked from KBTG-Labs/athena-mind-opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
31 lines (24 loc) · 757 Bytes
/
.env
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
30
31
# Kafka config
# KAFKA_EXPOSE_PORT MUST NOT be set to `9092`
KAFKA_EXPOSE_PORT=9093
# Mongo config
MONGO_INITDB_ROOT_USERNAME=
MONGO_INITDB_ROOT_PASSWORD=
MONGO_EXPOSE_PORT=27017
# Opensearch config
OPENSEARCH_DASHBOARD_EXPOSE_PORT=5601
# NLU
NLU_SERVICE_EXPOSE_PORT=8901
# Adapter Service
ADAPTER_SERVICE_EXPOSE_PORT=8900
# Gemini
GEMINI_API_KEY=
##########################
# OpenTelemetry
# To enable telemetry, you need to modify the `docker-compose.yml` file to configure the tracing UI first.
# If you are using an example, here is a sample configuration.
# ENABLE_TELEMETRY=True
# TELEMETRY_COLLECTOR_ENDPOINT="http://jaeger:14268/api/traces?format=jaeger.thrift"
##########################
ENABLE_TELEMETRY=False
TELEMETRY_COLLECTOR_ENDPOINT=