# Langfuse version LANGFUSE_VERSION=3.115.0 # Timezone TZ=UTC # Port LANGFUSE_PORT=3000 # Database configuration POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=langfuse # NextAuth configuration NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET= # Generate with: openssl rand -base64 32 SALT= # Generate with: openssl rand -base64 32 # Feature flags TELEMETRY_ENABLED=true LANGFUSE_ENABLE_EXPERIMENTAL_FEATURES=false