34 lines
951 B
Plaintext
34 lines
951 B
Plaintext
# This file will be committed to version control, so make sure not to have any
|
||
# secrets in it. If you are cloning this repo, create a copy of this file named
|
||
# ".env" and populate it with your secrets.
|
||
|
||
# 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
|
||
BLOB_READ_WRITE_TOKEN=
|
||
|
||
# OPTIONAL: Vercel KV (for ratelimiting)
|
||
# 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=
|