chatbot-template/.env.example

23 lines
861 B
Text
Raw Normal View History

2023-06-28 13:21:08 +01:00
# You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview
# Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys
2023-06-11 10:25:51 -04:00
OPENAI_API_KEY=XXXXXXXX
2023-06-16 17:13:42 -05:00
2023-06-28 13:21:08 +01:00
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
2023-06-27 20:03:01 +02:00
AUTH_SECRET=XXXXXXXX
2023-06-17 09:09:30 +02:00
2023-06-27 20:03:01 +02:00
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
2023-06-17 09:09:30 +02:00
KV_URL=XXXXXXXX
KV_REST_API_URL=XXXXXXXX
KV_REST_API_TOKEN=XXXXXXXX
KV_REST_API_READ_ONLY_TOKEN=XXXXXXXX
2024-03-14 20:00:52 +03:00
# Instructions to create postgres database here: https://vercel.com/docs/storage/vercel-postgres/quickstart and
POSTGRES_URL=XXXXXXXX
POSTGRES_PRISMA_URL=XXXXXXXX
POSTGRES_URL_NO_SSL=XXXXXXXX
POSTGRES_URL_NON_POOLING=XXXXXXXX
POSTGRES_USER=XXXXXXXX
POSTGRES_HOST=XXXXXXXX
POSTGRES_PASSWORD=XXXXXXXX
POSTGRES_DATABASE=XXXXXXXX