# Langfuse API Keys (placeholder - will be generated after Langfuse UI setup) # IMPORTANT: After running docker-compose up, go to http://localhost:3000 # Create an account, create a project, and copy the API keys here LANGFUSE_PUBLIC_KEY=pk-lf-placeholder-replace-after-setup LANGFUSE_SECRET_KEY=sk-lf-placeholder-replace-after-setup # Langfuse Internal Configuration (auto-generated) NEXTAUTH_SECRET=R3+DOKWiSpojMFKmD2/b0vNRedfWUaxantjEb/HVfQM= SALT=xAuyPdjUGep0WRfVXqLDrU9TTELiWOr3AgmyIiS4STQ= ENCRYPTION_KEY=91acdacf6b22ba4ad4dc5bec2a5fd0961ca89f161613a6b273162e0b5faaaffa # Database Configuration POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=postgres # Connection Strings CONNECTION_STRING_SVRNTY=Host=postgres;Database=svrnty;Username=postgres;Password=postgres;Include Error Detail=true CONNECTION_STRING_LANGFUSE=postgresql://postgres:postgres@postgres:5432/langfuse # Ollama Configuration OLLAMA_BASE_URL=http://ollama:11434 OLLAMA_MODEL=qwen2.5-coder:7b # API Configuration ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_URLS=http://+:6001;http://+:6000 # Langfuse Endpoint LANGFUSE_OTLP_ENDPOINT=http://langfuse:3000/api/public/otel/v1/traces