All data stays local on your machine:
- No external API calls to Langfuse cloud
- No data transmission to third parties
- Models and traces stored in local Docker volumes
- Review
.env.dev.examplefor configuration secrets to set
- Copy
.env.dev.exampleto.env - Generate new secrets:
openssl rand -hex 32 - Update ENCRYPTION_KEY and NEXTAUTH_SECRET
- Never commit
.envfile to git