chatbot-template/.env.example

21 lines
740 B
Text
Raw Normal View History

## Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
##You must activate a Billing Account here: https://platform.openai.com/account/billing/overview
2023-06-11 10:25:51 -04:00
OPENAI_API_KEY=XXXXXXXX
2023-06-16 17:13:42 -05:00
## Generate a random secret: https://generate-secret.vercel.app/32
2023-06-11 10:25:51 -04:00
NEXTAUTH_SECRET=XXXXXXXX
2023-06-16 17:13:42 -05:00
## Only required for localhost
NEXTAUTH_URL=http://localhost:3000
## Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app
AUTH_GITHUB_ID=XXXXXXXX
AUTH_GITHUB_SECRET=XXXXXXXX
2023-06-17 09:09:30 +02:00
# instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
KV_URL=XXXXXXXX
KV_REST_API_URL=XXXXXXXX
KV_REST_API_TOKEN=XXXXXXXX
KV_REST_API_READ_ONLY_TOKEN=XXXXXXXX