chatbot-template/.env.example

25 lines
815 B
Text
Raw Normal View History

2023-06-28 13:21:08 +01:00
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
BETTER_AUTH_SECRET=****
BETTER_AUTH_URL=****
2023-06-17 09:09:30 +02:00
2024-10-23 12:31:03 -04:00
# The following keys below are automatically created and
# added to your environment when you deploy on Vercel
2024-10-11 18:00:22 +05:30
# Instructions to create an AI Gateway API key here: https://vercel.com/ai-gateway
# API key required for non-Vercel deployments
# For Vercel deployments, OIDC tokens are used automatically
2025-10-09 19:00:21 +01:00
# https://vercel.com/ai-gateway
AI_GATEWAY_API_KEY=****
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/vercel-blob
2024-10-11 18:00:22 +05:30
BLOB_READ_WRITE_TOKEN=****
# Instructions to create a PostgreSQL database here: https://vercel.com/docs/postgres
2024-10-11 18:00:22 +05:30
POSTGRES_URL=****
# Instructions to create a Redis store here:
# https://vercel.com/docs/redis
REDIS_URL=****