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-03-21 21:18:56 -07:00
|
|
|
# Get your xAI API Key here for chat and image models: https://console.x.ai/
|
|
|
|
|
XAI_API_KEY=****
|
|
|
|
|
|
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=****
|
|
|
|
|
|
|
|
|
|
# Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
|
|
|
|
|
POSTGRES_URL=****
|