chore: set otlp endpoint for prod (#1891)

This commit is contained in:
cthomas
2025-04-24 17:04:31 -07:00
committed by GitHub
parent 33da796a66
commit 5982c5953c
2 changed files with 2 additions and 2 deletions

View File

@@ -64,8 +64,7 @@ ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
POSTGRES_USER=letta \
POSTGRES_PASSWORD=letta \
POSTGRES_DB=letta \
COMPOSIO_DISABLE_VERSION_CHECK=true \
LETTA_OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4317"
COMPOSIO_DISABLE_VERSION_CHECK=true
WORKDIR /app