Tweak .env.example (#453)

This commit is contained in:
Jared Palmer 2024-10-23 12:31:03 -04:00 committed by GitHub
parent ac2659255e
commit 1e8ab6e8e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,8 @@ OPENAI_API_KEY=****
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32` # Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_SECRET=**** AUTH_SECRET=****
/* # The following keys below are automatically created and
* The following keys below are automatically created and # added to your environment when you deploy on vercel
* added to your environment when you deploy on vercel
*/
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-blob # Instructions to create kv database here: https://vercel.com/docs/storage/vercel-blob
BLOB_READ_WRITE_TOKEN=**** BLOB_READ_WRITE_TOKEN=****