LangWatch is available as a Helm chart for easy deployment on Kubernetes
app.env.NEXTAUTH_SECRET
: A random string used to hash tokens, sign cookies, and generate cryptographic keys. Required for authentication to work.app.env.API_TOKEN_JWT_SECRET
: A random string used to securely store API tokens.app.env.CRON_API_KEY
: A random string used to authenticate with the cron service for triggers and other background jobs.app.env.BASE_HOST
: The base URL of the application (e.g., https://langwatch.yourdomain.com
or http://localhost:5560
on e.g. minikube or port-forwarding).app.env.NEXTAUTH_URL
: The URL of the authentication service (usually same as BASE_HOST
).http://localhost:5560
.