chatbot-template/.env.example

16 lines
407 B
Text
Raw Normal View History

# generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_SECRET=****
2023-06-17 09:09:30 +02:00
# required for non-vercel deployments, vercel uses OIDC automatically
2025-10-09 19:00:21 +01:00
# https://vercel.com/ai-gateway
AI_GATEWAY_API_KEY=****
# https://vercel.com/docs/vercel-blob
2024-10-11 18:00:22 +05:30
BLOB_READ_WRITE_TOKEN=****
# https://vercel.com/docs/postgres
2024-10-11 18:00:22 +05:30
POSTGRES_URL=****
# https://vercel.com/docs/redis
REDIS_URL=****