2023-06-28 13:21:08 +01:00
|
|
|
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
2024-10-11 18:00:22 +05:30
|
|
|
AUTH_SECRET=****
|
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
|
|
|
|
2025-09-01 11:07:07 +01:00
|
|
|
# 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
|
2025-09-01 11:07:07 +01:00
|
|
|
AI_GATEWAY_API_KEY=****
|
|
|
|
|
|
2025-03-21 21:18:56 -07:00
|
|
|
|
2024-12-03 08:56:34 -05:00
|
|
|
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
|
2024-10-11 18:00:22 +05:30
|
|
|
BLOB_READ_WRITE_TOKEN=****
|
|
|
|
|
|
2025-05-03 00:32:46 -07:00
|
|
|
# Instructions to create a PostgreSQL database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
|
2024-10-11 18:00:22 +05:30
|
|
|
POSTGRES_URL=****
|
2025-05-03 00:32:46 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Instructions to create a Redis store here:
|
|
|
|
|
# https://vercel.com/docs/redis
|
|
|
|
|
REDIS_URL=****
|