release 0.3.4
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
# Get your OpenAI API key here: https://platform.openai.com/account/api-keys
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_API_KEYs=
|
||||
|
||||
# OPTIONAL: Vercel Blob (for uploading images)
|
||||
# Get your Vercel Blob credentials here: https://vercel.com/docs/storage/vercel-blob/quickstart#quickstart
|
||||
@@ -13,3 +14,20 @@ BLOB_READ_WRITE_TOKEN=
|
||||
# Get your Vercel KV credentials here: https://vercel.com/docs/storage/vercel-kv/quickstart#quickstart
|
||||
KV_REST_API_URL=
|
||||
KV_REST_API_TOKEN=
|
||||
|
||||
# Only for production – generate one here: https://generate-secret.vercel.app/32
|
||||
NEXTAUTH_SECRET=
|
||||
|
||||
## Only required for localhost
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
|
||||
DATABASE_URL=
|
||||
|
||||
EMAIL_FROM=
|
||||
EMAIL_SERVER=
|
||||
|
||||
GITHUB_ID=
|
||||
GITHUB_SECRET=
|
||||
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
Reference in New Issue
Block a user