# Langfuse API Configuration
# Copy this file to .env and fill in your actual values
# Required: Your Langfuse public key (starts with pk-lf-)
LANGFUSE_PUBLIC_KEY=pk-lf-your-public-key-here
# Required: Your Langfuse secret key (starts with sk-lf-)
LANGFUSE_SECRET_KEY=sk-lf-your-secret-key-here
# Optional: Langfuse API base URL (defaults to https://cloud.langfuse.com)
# For self-hosted instances, change this to your own URL
LANGFUSE_BASE_URL=https://cloud.langfuse.com
# Optional: Enable debug logging (uncomment to enable)
# RUST_LOG=debug
# Optional: Langfuse host (legacy, prefer LANGFUSE_BASE_URL)
# LANGFUSE_HOST=https://your-langfuse-instance.com