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=****