-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
16 lines (12 loc) · 961 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/llm-evaluator?schema=public
DATABASE_URL_UNPOOLED=postgresql://postgres:postgres@localhost:5432/llm-evaluator?schema=public
# Trigger.dev env vars, see our guide on API Keys here: https://trigger.dev/docs/apikeys
TRIGGER_SECRET_KEY="<TRIGGER_SECRET_KEY>"
# Other env vars
ANTHROPIC_API_KEY="<ANTHROPIC_API_KEY>" # https://console.anthropic.com/login
OPENAI_API_KEY="<OPENAI_API_KEY>" # https://platform.openai.com
XAI_API_KEY="<XAI_API_KEY>" # https://console.x.ai