15 lines
407 B
Text
15 lines
407 B
Text
# generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
|
AUTH_SECRET=****
|
|
|
|
# required for non-vercel deployments, vercel uses OIDC automatically
|
|
# https://vercel.com/ai-gateway
|
|
AI_GATEWAY_API_KEY=****
|
|
|
|
# https://vercel.com/docs/vercel-blob
|
|
BLOB_READ_WRITE_TOKEN=****
|
|
|
|
# https://vercel.com/docs/postgres
|
|
POSTGRES_URL=****
|
|
|
|
# https://vercel.com/docs/redis
|
|
REDIS_URL=****
|