From 1e8ab6e8e8c65235d7ce0f318dab130fbe1ab8dd Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 23 Oct 2024 12:31:03 -0400 Subject: [PATCH] Tweak .env.example (#453) --- .env.example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index bb0e42b..5529788 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,8 @@ OPENAI_API_KEY=**** # Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32` AUTH_SECRET=**** -/* - * The following keys below are automatically created and - * added to your environment when you deploy on vercel - */ +# The following keys below are automatically created and +# added to your environment when you deploy on vercel # Instructions to create kv database here: https://vercel.com/docs/storage/vercel-blob BLOB_READ_WRITE_TOKEN=****