Tweak .env.example (#453)
This commit is contained in:
parent
ac2659255e
commit
1e8ab6e8e8
1 changed files with 2 additions and 4 deletions
|
|
@ -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=****
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue